Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
Syntax
TEnableIf< (TIsDerivedFrom< PropertyType, FProperty >::Value &&&33;std::is_same_v< PropertyType, FProperty > &&&33;std::is_same_v< PropertyType, FNumericProperty >)||std::is_same_v< PropertyType, FEnumProperty >, bool >::Type Serialize(const FRCPropertyVariant &InSrc, FRCPropertyVariant &OutDst)
Remarks
Reads the property value from InSrc and serializes to OutDst.