Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FDefaultValueHelper > API/Runtime/Core/Misc/FDefaultValueHelper/IsStringValidInteger
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 |
static bool IsStringValidInteger
&40;
const TCHAR &42; Start,
const TCHAR &42; End,
int32 & OutBase
&41;
Remarks
Return if the string can be parse to an int. OutBase is the base of the integer (8, 10, 16)