IsStringValidInteger

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

IsStringValidInteger

(
    const FString& Source
)

Following functions accept c++ style representations of numbers.

Private function Static

bool

 

IsStringValidInteger

(
    const TCHAR* Start,
    const TCHAR* End
)

Private function Static

bool

 

IsStringValidInteger

(
    const TCHAR* Start,
    const TCHAR* End,
    int32& OutBase
)

Return if the string can be parse to an int. OutBase is the base of the integer (8, 10, 16)

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