Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon > API/Plugins/RemoteControlCommon/RemoteControlPropertyUtilities__-_1
References
| Module | RemoteControlCommon |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCPropertyUtilities.inl |
| Include | #include "RCPropertyUtilities.inl" |
namespace RemoteControlPropertyUtilities
{
template<typename PropertyType>
TEnableIf<(TIsDerivedFrom< PropertyType, FProperty >::Value &&!std::is_same_v< PropertyType, FProperty > &&!std::is_same_v< PropertyType, FNumericProperty >)||std::is_same_v< PropertyType, FEnumProperty >, bool >::Type RemoteControlPropertyUtilities::Serialize
(
const FRCPropertyVariant & InSrc,
FRCPropertyVariant & OutDst
)
}
Remarks
Reads the property value from InSrc and serializes to OutDst.