Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UObjectBase
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBase.h |
Include | #include "UObject/UObjectBase.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBase.cpp |
void AddObject
(
FName Name,
EInternalObjectFlags InSetInternalFlags,
int32 InInternalIndex,
int32 InSerialNumber
)
Remarks
Add a newly created object to the name hash tables and the object array
Add a newly created object to the name hash tables and the object array
Parameters
Name | Description |
---|---|
Name | name to assign to this uobject |
InSetInternalFlags | Internal object flags to be set on the object once it's been added to the array |
InInternalIndex | already allocated internal index to use, negative value means allocate a new index |
InSerialNumber | already allocated serial number to re-use |
Name | name to assign to this uobject |