Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ValueType RemoteControlTypeUtilities::GetDefaultMappingValueMax () |
RCTypeUtilities.h | ||
static ValueType RemoteControlTypeUtilities::GetDefaultMappingValueMax
(
const FProperty* InProperty |
RCTypeUtilities.h | ||
static TSharedPtr< ValueType > RemoteControlTypeUtilities::GetDefaultMappingValueMax
(
const FStructProperty* InProperty |
RCTypeUtilities.h | ||
static ValueType RemoteControlTypeUtilities::GetDefaultMappingValueMax
(
const FProperty* InProperty |
RCTypeUtilities.h |
RemoteControlTypeUtilities::GetDefaultMappingValueMax()
| Name | RemoteControlTypeUtilities::GetDefaultMappingValueMax |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCTypeUtilities.h |
| Include Path | #include "RCTypeUtilities.h" |
namespace RemoteControlTypeUtilities
{
template<typename ValueType>
static ValueType RemoteControlTypeUtilities::GetDefaultMappingValueMax()
}
RemoteControlTypeUtilities::GetDefaultMappingValueMax(const FProperty *)
| Name | RemoteControlTypeUtilities::GetDefaultMappingValueMax |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCTypeUtilities.h |
| Include Path | #include "RCTypeUtilities.h" |
namespace RemoteControlTypeUtilities
{
template<typename ValueType>
static ValueType RemoteControlTypeUtilities::GetDefaultMappingValueMax
(
const FProperty * InProperty
)
}
RemoteControlTypeUtilities::GetDefaultMappingValueMax(const FStructProperty *)
| Name | RemoteControlTypeUtilities::GetDefaultMappingValueMax |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCTypeUtilities.h |
| Include Path | #include "RCTypeUtilities.h" |
namespace RemoteControlTypeUtilities
{
template<typename ValueType UE_REQUIRES>
static TSharedPtr < ValueType > RemoteControlTypeUtilities::GetDefaultMappingValueMax
(
const FStructProperty * InProperty
)
}
RemoteControlTypeUtilities::GetDefaultMappingValueMax(const FProperty *)
| Name | RemoteControlTypeUtilities::GetDefaultMappingValueMax |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCTypeUtilities.h |
| Include Path | #include "RCTypeUtilities.h" |
namespace RemoteControlTypeUtilities
{
template<typename PropertyType, typename ValueType UE_REQUIRES>
static ValueType RemoteControlTypeUtilities::GetDefaultMappingValueMax
(
const FProperty * InProperty
)
}