Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UBlueprintGeneratedClass
Description
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.
| Name | GetCustomPropertyListForPostConstruction |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/BlueprintGeneratedClass.h |
| Include Path | #include "Engine/BlueprintGeneratedClass.h" |
const FCustomPropertyListNode * GetCustomPropertyListForPostConstruction() const