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 Deserialize(const FRCPropertyVariant &InSrc, FRCPropertyVariant &OutDst)
Remarks
Reads the raw data from InSrc and deserializes to OutDst.