Loading...
Searching...
No Matches
TOnlineSubsystemAccelByteConfigValueConverter< T > Struct Template Reference

Templated structure used to convert a string value to a typed value. Used when loading from config, or settingvalues directly using a string. More...

#include <OnlineSubsystemAccelByteConfig.h>

Public Member Functions

bool ConfigValueFromString (TWeakPtr< class FOnlineSubsystemAccelByteConfig, ESPMode::ThreadSafe > Config, const FString &InString, T &OutValue)
 Convert a given string to a templated value.

Detailed Description

template<typename T>
struct TOnlineSubsystemAccelByteConfigValueConverter< T >

Templated structure used to convert a string value to a typed value. Used when loading from config, or setting

values directly using a string.