Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FVariantData
Description
Converts the string to the specified type of data for this setting
Converts the string to the specified type of data for this setting
| Name | FromString |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h |
| Include Path | #include "OnlineKeyValuePair.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineKeyValuePair.cpp |
bool FromString
(
const FString & NewValue
)
true if it was converted, false otherwise
Parameters
| Name | Remarks |
|---|---|
| NewValue | the string value to convert |
| NewValue | the string value to convert |