FRCPropertyVariant

Overload list

Windows
MacOS
Linux
Name Description

Public function

FRCPropertyVariant()

Public function

FRCPropertyVariant

(
    const TSharedPtr< IPropertyHandle >...
)

Construct from an IPropertyHandle.

Public function

FRCPropertyVariant

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

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

Public function

FRCPropertyVariant

(
    const FProperty* InProperty,
    TArray< uint8 >& InPropertyData,
    const int32& InNumElements
)

Construct from a Property and backing data array. Preferred over a raw ptr.

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