UBlueprintGeneratedClass::BuildCustomArrayPropertyListForPostConstruction

Internal helper method used to recursively build a custom property list from an array property used for post-construct initialization.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/BlueprintGeneratedClass.h

Include

#include "Engine/BlueprintGeneratedClass.h"

Source

/Engine/Source/Runtime/Engine/Private/BlueprintGeneratedClass.cpp

Syntax

bool BuildCustomArrayPropertyListForPostConstruction
(
    FArrayProperty * ArrayProperty,
    FCustomPropertyListNode *& InPropertyList,
    const uint8 * DataPtr,
    const uint8 * DefaultDataPtr,
    int32 StartIndex
)

Remarks

Internal helper method used to recursively build a custom property list from an array property used for post-construct initialization.

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