Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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, |
Reads the property value from InSrc and serializes to OutDst. | ||
TEnableIf< std::is_same_v< PropertyType, FProperty >||std::is_same_v< PropertyType, FNumericProperty >, bool >::Type RemoteControlPropertyUtilities::Serialize
(
const FRCPropertyVariant& InSrc, |
Specialization for FProperty casts and forwards to specializations. |
RemoteControlPropertyUtilities::Serialize(const FRCPropertyVariant &, FRCPropertyVariant &)
Description
Reads the property value from InSrc and serializes to OutDst.
| Name | RemoteControlPropertyUtilities::Serialize |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCPropertyUtilities.inl |
| Include Path | #include "RCPropertyUtilities.inl" |
namespace RemoteControlPropertyUtilities
{
template<typename PropertyType>
TEnableIf << 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
)
}
RemoteControlPropertyUtilities::Serialize(const FRCPropertyVariant &, FRCPropertyVariant &)
Description
Specialization for FProperty casts and forwards to specializations.
| Name | RemoteControlPropertyUtilities::Serialize |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCPropertyUtilities.inl |
| Include Path | #include "RCPropertyUtilities.inl" |
namespace RemoteControlPropertyUtilities
{
template<typename PropertyType>
TEnableIf < std::is_same_v< PropertyType, FProperty >std::is_same_v< PropertyType, FNumericProperty >, bool >::Type RemoteControlPropertyUtilities::Serialize
(
const FRCPropertyVariant & InSrc,
FRCPropertyVariant & OutDst
)
}