Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FStatsTreeElement
Description
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
| Name | GetPath |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Stats/StatsHierarchical.h |
| Include Path | #include "Stats/StatsHierarchical.h" |
| Source | /Engine/Source/Runtime/Core/Private/Stats/StatsHierarchical.cpp |
FString GetPath() const