RemoteControlPropertyUtilities::Serialize

Reads the property value from InSrc and serializes to OutDst.

Windows
MacOS
Linux

References

Module

RemoteControlCommon

Header

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCPropertyUtilities.h

Include

#include "RCPropertyUtilities.h"

Syntax

namespace RemoteControlPropertyUtilities
{
    template<typename PropertyType>
    TEnableIf< TAnd< TIsDerivedFrom< PropertyType, FProperty >, TNot< TIsSame< PropertyType, FProperty > >, TNot< TIsSame< PropertyType, FNumericProperty > > >::Value, bool >::Type RemoteControlPropertyUtilities::Serialize
    (
        const FRCPropertyVariant & InSrc,
        FRCPropertyVariant & OutDst
    )
}

Remarks

Reads the property value from InSrc and serializes to OutDst.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss