Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FDynamicStats
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TStatId CreateMemoryStatId
(
const FString& StatNameOrDescription, |
Stats/DynamicStats.h | ||
static TStatId CreateMemoryStatId
(
const FName StatNameOrDescription, |
Stats/DynamicStats.h |
CreateMemoryStatId(const FString &, FPlatformMemory::EMemoryCounterRegion)
| Name | CreateMemoryStatId |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Stats/DynamicStats.h |
| Include Path | #include "Stats/DynamicStats.h" |
template<typename TStatGroup>
static TStatId CreateMemoryStatId
(
const FString & StatNameOrDescription,
FPlatformMemory::EMemoryCounterRegion MemRegion
)
CreateMemoryStatId(const FName, FPlatformMemory::EMemoryCounterRegion)
| Name | CreateMemoryStatId |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Stats/DynamicStats.h |
| Include Path | #include "Stats/DynamicStats.h" |
template<typename TStatGroup>
static TStatId CreateMemoryStatId
(
const FName StatNameOrDescription,
FPlatformMemory::EMemoryCounterRegion MemRegion
)