RemoteControlPropertyUtilities::Deserialize

Specialization for [FProperty](API\Runtime\CoreUObject\UObject\FProperty) casts and forwards to specializations.

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< TOr< TIsSame< PropertyType, FProperty >, TIsSame< PropertyType, FNumericProperty > >::Value, bool >::Type RemoteControlPropertyUtilities::Deserialize
    (
        const FRCPropertyVariant & InSrc,
        FRCPropertyVariant & OutDst
    )
}

Remarks

Specialization for FProperty casts and forwards to specializations.

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