Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Stats
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Stats/Stats.h |
Include | #include "Stats/Stats.h" |
Syntax
struct FDynamicStats
Remarks
Helper class used to generate dynamic stat ids.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TStatId | CreateMemoryStatId
(
const FString& StatNameOrDescription, |
|
![]() ![]() |
TStatId | CreateMemoryStatId
(
const FName StatNameOrDescription, |
|
![]() ![]() |
TStatId | CreateStatId
(
const FString& StatNameOrDescription |
Create a new stat id and registers it with the stats system. |
![]() ![]() |
TStatId | CreateStatId
(
const FName StatNameOrDescription, |
|
![]() ![]() |
TStatId | CreateStatIdDouble
(
const FString& StatNameOrDescription, |
|
![]() ![]() |
TStatId | CreateStatIdInt64
(
const FString& StatNameOrDescription, |