Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UObjectBaseUtility
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h |
| Include | #include "UObject/UObjectBaseUtility.h" |
TStatId GetStatID
(
bool bForDeferredUse
) const
Remarks
Returns the stat ID of the object, used for profiling. This will create a stat ID if needed.
Parameters
| Name | Description |
|---|---|
| bForDeferred | If true, a stat ID will be created even if a group is disabled |