RemoteControlPropertyUtilities::Deserialize

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

Remarks

Reads the raw data from InSrc and deserializes 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