FVariantData::FromString

Converts the string to the specified type of data for this setting

Windows
MacOS
Linux

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

Syntax

bool FromString
(
    const FString & NewValue
)

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

Returns

true if it was converted, false otherwise

Parameters

Parameter

Description

NewValue

the string value to convert

NewValue

the string value to convert

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