FRCPropertyVariant::FRCPropertyVariant

Construct from a Property, PropertyData ptr, and the expected element count (needed for arrays, strings, etc.).

Windows
MacOS
Linux

References

Module

RemoteControlCommon

Header

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

Include

#include "RCPropertyUtilities.h"

Syntax

FRCPropertyVariant
(
    const FProperty * InProperty,
    const void * InPropertyData,
    const int32 & InNumElements
)

Remarks

Construct from a Property, PropertyData ptr, and the expected element count (needed for arrays, strings, etc.).

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