UObjectBaseUtility::GetStatID

Returns the stat ID of the object, used for profiling. This will create a stat ID if needed.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h

Include

#include "UObject/UObjectBaseUtility.h"

Syntax

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

Parameter

Description

bForDeferred

If true, a stat ID will be created even if a group is disabled

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss