FOnlineStats::FindStatByName

Get a key value pair by key name

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineStats.h

Include

#include "OnlineStats.h"

Source

/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineStats.cpp

Syntax

FVariantData * FindStatByName
(
    const FName & StatName
)

Remarks

Get a key value pair by key name

Returns

KeyValuePair if found, NULL otherwise

Parameters

Parameter

Description

StatName

key name to search for

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss