Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon > API/Plugins/RemoteControlCommon/FRCPropertyVariant
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ValueType * GetPropertyValue
(
const FProperty* InContainer, |
Returns the data as the ValueType. | RCPropertyUtilities.h | |
FString * GetPropertyValue
(
const FProperty* InContainer, |
RCPropertyUtilities.h | ||
FString * GetPropertyValue
(
const FProperty* InContainer, |
GetPropertyValue(const FProperty *, int32)
Description
Returns the data as the ValueType.
| Name | GetPropertyValue |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCPropertyUtilities.h |
| Include Path | #include "RCPropertyUtilities.h" |
template<typename ValueType>
ValueType * GetPropertyValue
(
const FProperty * InContainer,
int32 InIdx
) const
GetPropertyValue(const FProperty *, int32)
| Name | GetPropertyValue |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCPropertyUtilities.h |
| Include Path | #include "RCPropertyUtilities.h" |
template<>
FString * GetPropertyValue
(
const FProperty * InContainer,
int32 InIdx
) const
GetPropertyValue(const FProperty *, int32)
| Name | GetPropertyValue |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCPropertyUtilities.inl |
| Include Path | #include "RCPropertyUtilities.inl" |
template<>
FString * GetPropertyValue
(
const FProperty * InContainer,
int32 InIdx
) const