TryGetNumberField

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

bool

 

TryGetNumberField

(
    const FString& FieldName,
    double& OutNumber
)

Get the field named FieldName as a number.

Public function Const

bool

 

TryGetNumberField

(
    const FString& FieldName,
    int32& OutNumber
)

Get the field named FieldName as a number, and makes sure it's within int32 range.

Public function Const

bool

 

TryGetNumberField

(
    const FString& FieldName,
    uint32& OutNumber
)

Get the field named FieldName as a number, and makes sure it's within uint32 range.

Public function Const

bool

 

TryGetNumberField

(
    const FString& FieldName,
    int64& OutNumber
)

Get the field named FieldName as a number.

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