KismetPropertyPointer

Namespace: UAssetAPI.Kismet.Bytecode

Represents a Kismet bytecode pointer to an FProperty or FField.

public class KismetPropertyPointer

Inheritance ObjectKismetPropertyPointer

Fields

Old

The pointer serialized as an FPackageIndex. Used in versions older than KismetPropertyPointer.XFER_PROP_POINTER_SWITCH_TO_SERIALIZING_AS_FIELD_PATH_VERSION.

public FPackageIndex Old;

New

The pointer serialized as an FFieldPath. Used in versions newer than KismetPropertyPointer.XFER_PROP_POINTER_SWITCH_TO_SERIALIZING_AS_FIELD_PATH_VERSION.

public FFieldPath New;

XFER_PROP_POINTER_SWITCH_TO_SERIALIZING_AS_FIELD_PATH_VERSION

public static ObjectVersion XFER_PROP_POINTER_SWITCH_TO_SERIALIZING_AS_FIELD_PATH_VERSION;

Constructors

KismetPropertyPointer(FPackageIndex)

public KismetPropertyPointer(FPackageIndex older)

Parameters

older FPackageIndex

KismetPropertyPointer(FFieldPath)

public KismetPropertyPointer(FFieldPath newer)

Parameters

newer FFieldPath

KismetPropertyPointer()

public KismetPropertyPointer()

Methods

ShouldSerializeOld()

public bool ShouldSerializeOld()

Returns

Boolean

ShouldSerializeNew()

public bool ShouldSerializeNew()

Returns

Boolean