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