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. | |
Templated structure used to convert a string value to a typed value. Used when loading from config, or setting
values directly using a string.