Navigation
Unreal Engine C++ API Reference > Runtime > Core > Stats > FStatsHierarchical
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Stats/StatsHierarchical.h |
Include | #include "Stats/StatsHierarchical.h" |
Syntax
struct FScope
Remarks
Helper class to create a local scope for profiling. Calls the static methods on FStatsHierarchical. Users should use the DECLARE_SCOPE_HIERARCHICAL_COUNTER macro instead.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FScope
(
const ANSICHAR* InLabel |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
~FScope () |