Navigation
Unreal Engine C++ API Reference > Runtime > Core > Stats > FStatsTreeElement
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Stats/StatsHierarchical.h |
Include | #include "Stats/StatsHierarchical.h" |
Source | /Engine/Source/Runtime/Core/Private/Stats/StatsHierarchical.cpp |
FString GetPath&40;&41; const
Remarks
Returns the invocation path of this element. The path is a period-separated string of all of the nested profiling scopes. For example: main.MyClass::Method.Algo::Sort