LexFromString

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

LexFromString

(
    int8& OutValue,
    const TCHAR* Buffer
)

Generalized API to convert something to a string.

Public function

void

 

LexFromString

(
    double& OutValue,
    const TCHAR* Buffer
)

Public function

void

 

LexFromString

(
    bool& OutValue,
    const TCHAR* Buffer
)

Public function

void

 

LexFromString

(
    FString& OutValue,
    const TCHAR* Buffer
)

Public function

void

 

LexFromString

(
    int16& OutValue,
    const TCHAR* Buffer
)

Public function

void

 

LexFromString

(
    int32& OutValue,
    const TCHAR* Buffer
)

Public function

void

 

LexFromString

(
    int64& OutValue,
    const TCHAR* Buffer
)

Public function

void

 

LexFromString

(
    uint8& OutValue,
    const TCHAR* Buffer
)

Public function

void

 

LexFromString

(
    uint16& OutValue,
    const TCHAR* Buffer
)

Public function

void

 

LexFromString

(
    uint32& OutValue,
    const TCHAR* Buffer
)

Public function

void

 

LexFromString

(
    uint64& OutValue,
    const TCHAR* Buffer
)

Public function

void

 

LexFromString

(
    float& OutValue,
    const TCHAR* Buffer
)

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