Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineStats.h |
Include |
#include "OnlineStats.h" |
Source |
/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineStats.cpp |
FVariantData * FindStatByName
(
const FName & StatName
)
Get a key value pair by key name
KeyValuePair if found, NULL otherwise
Parameter |
Description |
---|---|
StatName |
key name to search for |