Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > UObject
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
Include | #include "UObject/Object.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.cpp |
void GetDefaultSubobjects
(
TArray < UObject * > & OutDefaultSubobjects
)
Remarks
Gets all directly nested default subobjects that are associated with this object instance.
Parameters
Name | Description |
---|---|
OutDefaultSubobjects | Array containing the directly nested default subobjects of this object. |