Navigation
API > API/Runtime > API/Runtime/Core
Helper class used to generate dynamic stat ids.
| Name | FDynamicStats |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Stats/DynamicStats.h |
| Include Path | #include "Stats/DynamicStats.h" |
Syntax
struct FDynamicStats
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TStatId CreateMemoryStatId
(
const FString& StatNameOrDescription, |
Stats/DynamicStats.h | ||
static TStatId CreateMemoryStatId
(
const FName StatNameOrDescription, |
Stats/DynamicStats.h | ||
static TStatId CreateStatId
(
const FString& StatNameOrDescription |
Create a new stat id and registers it with the stats system. | Stats/DynamicStats.h | |
static TStatId CreateStatId
(
const FName StatNameOrDescription, |
Stats/DynamicStats.h | ||
| Stats/DynamicStats.h | |||
| Stats/DynamicStats.h |