UBlueprintGeneratedClass::GetCustomPropertyListForPostConstruction

Returns a linked list of properties with default values that differ from the parent default object.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/BlueprintGeneratedClass.h"

Syntax

const FCustomPropertyListNode * GetCustomPropertyListForPostConstruction() const

Remarks

Returns a linked list of properties with default values that differ from the parent default object. If non-NULL, only these properties will be copied post-construction. Otherwise, all properties will be copied to the new instance, even if the default value matches the inherited default value.

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