Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObjectBase
Description
Returns the unique ID of the object...these are reused so it is only unique while the object is alive. Useful as a tag.
| Name | GetUniqueID |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBase.h |
| Include Path | #include "UObject/UObjectBase.h" |
uint32 GetUniqueID() const