FDefaultValueHelper::IsStringValidInteger

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

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/DefaultValueHelper.h

Include

#include "Misc/DefaultValueHelper.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/DefaultValueHelper.cpp

Syntax

static bool IsStringValidInteger
(
    const TCHAR * Start,
    const TCHAR * End,
    int32 & OutBase
)

Remarks

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