Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FObjectInitializer
Description
Adds a member variable property that should not be instanced for this object. Not intended for use outside of engine code.
| Name | AddPropertyToSubobjectExclusionList |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
void AddPropertyToSubobjectExclusionList
(
const FProperty * Property
)