Value

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

Value

(
    const TCHAR* Stream,
    const TCHAR* Match,
    FName& Name
)

Parses a name.

Public function Static

bool

 

Value

(
    const TCHAR* Stream,
    const TCHAR* Match,
    uint64& Value
)

Parses a quadword.

Public function Static

bool

 

Value

(
    const TCHAR* Stream,
    const TCHAR* Match,
    int64& Value
)

Parses a signed quadword.

Public function Static

bool

 

Value

(
    const TCHAR* Stream,
    const TCHAR* Match,
    FString& Value,
    bool bShouldStopOnSeparator
)

Parses a string.

Public function Static

bool

 

Value

(
    const TCHAR* Stream,
    const TCHAR* Match,
    FText& Value,
    const TCHAR* Namespace
)

Parses an FText.

Public function Static

bool

 

Value

(
    const TCHAR* Stream,
    const TCHAR* Match,
    TCHAR* Value,
    int32 MaxLen,
    bool bShouldStopOnSeparator
)

Parses a string from a text string.

Public function Static

bool

 

Value

(
    const TCHAR* Stream,
    const TCHAR* Match,
    uint32& Value
)

Parses a uint32.

Public function Static

bool

 

Value

(
    const TCHAR* Stream,
    const TCHAR* Match,
    FGuid& Guid
)

Parses a globally unique identifier.

Public function Static

bool

 

Value

(
    const TCHAR* Stream,
    const TCHAR* Match,
    uint8& Value
)

Parses a byte.

Public function Static

bool

 

Value

(
    const TCHAR* Stream,
    const TCHAR* Match,
    int8& Value
)

Parses a signed byte.

Public function Static

bool

 

Value

(
    const TCHAR* Stream,
    const TCHAR* Match,
    uint16& Value
)

Parses a uint16.

Public function Static

bool

 

Value

(
    const TCHAR* Stream,
    const TCHAR* Match,
    int16& Value
)

Parses a signed word.

Public function Static

bool

 

Value

(
    const TCHAR* Stream,
    const TCHAR* Match,
    float& Value
)

Parses a floating-point value.

Public function Static

bool

 

Value

(
    const TCHAR* Stream,
    const TCHAR* Match,
    int32& Value
)

Parses a signed double word.

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