Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
| Type | Name | Description | |||
|---|---|---|---|---|---|
| TEnableIf< std::is_same_v< PropertyType, FProperty > | std::is_same_v< PropertyType, FNumericProperty... | RemoteControlPropertyUtilities::Deserialize
(
const FRCPropertyVariant& InSrc, |
Specialization for FProperty casts and forwards to specializations. | ||
| TEnableIf< (TIsDerivedFrom< PropertyType, FProperty >::Value &&!std::is_same_v< PropertyType, FP... | RemoteControlPropertyUtilities::Deserialize
(
const FRCPropertyVariant& InSrc, |
Reads the raw data from InSrc and deserializes to OutDst. |