Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon > API/Plugins/RemoteControlCommon/FRCPropertyVariant
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FProperty * GetProperty () |
Gets the property. | RCPropertyUtilities.h | |
PropertyType * GetProperty () |
Gets the typed property, returns nullptr if not cast. | RCPropertyUtilities.h |
GetProperty()
Description
Gets the property.
| Name | GetProperty |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCPropertyUtilities.h |
| Include Path | #include "RCPropertyUtilities.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCPropertyUtilities.inl |
FProperty * GetProperty() const
GetProperty()
Description
Gets the typed property, returns nullptr if not cast.
| Name | GetProperty |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCPropertyUtilities.h |
| Include Path | #include "RCPropertyUtilities.h" |
template<typename PropertyType>
PropertyType * GetProperty() const