Navigation
Unreal Engine C++ API Reference > Plugins > RemoteControlCommon > RemoteControlPropertyUtilities::Deserialize
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 &&&33;std::is_same_v< PropertyType, FProperty > &&&33;std::is_same_v< PropertyType, FNumericProperty >)||std::is_same_v< PropertyType, FEnumProperty >, bool >::Type RemoteControlPropertyUtilities&58;&58;Deserialize
&40;
const FRCPropertyVariant & InSrc,
FRCPropertyVariant & OutDst
&41;
}
Remarks
Reads the raw data from InSrc and deserializes to OutDst.