LexTryParseString

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

LexTryParseString

(
    EPythonCommandExecutionMode& OutMo...,
    const TCHAR* InBuffer
)

Public function Static

TEnableIf< T...

 

LexTryParseString

(
    T& OutValue,
    const TCHAR* Buffer
)

Parse a string into this type, returning whether it was successful Specialization for arithmetic types

Public function Static

bool

 

LexTryParseString

(
    bool& OutValue,
    const TCHAR* Buffer
)

Try and parse a bool - always returns true

Public function

bool

 

LexTryParseString

(
    EBuildConfiguration& OutConfigurat...,
    const TCHAR* Configuration
)

Returns the string representation of the specified EBuildConfiguration value.

Public function

bool

 

LexTryParseString

(
    EBuildTargetType& OutType,
    const TCHAR* Text
)

Returns the string representation of the specified EBuildTarget value.

Public function

bool

 

LexTryParseString

(
    ETextGender& OutValue,
    const TCHAR* Buffer
)

Public function

bool

 

LexTryParseString

(
    EDateTimeStyle::Type& OutValue,
    const TCHAR* Buffer
)

Public function

bool

 

LexTryParseString

(
    ERoundingMode& OutValue,
    const TCHAR* Buffer
)

Public function

bool

 

LexTryParseString

(
    FNumericUnit< T >& OutValue,
    const TCHAR* String
)

Public function

bool

 

LexTryParseString

(
    FNumericUnit< T >& OutValue,
    const TCHAR* String
)

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