Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FDefaultValueHelper
| Type | Name | Description | |
|---|---|---|---|
| bool | IsStringValidInteger
(
const FString& Source |
Following functions accept c++ style representations of numbers. | |
| bool | IsStringValidInteger
(
const TCHAR* Start, |
||
| bool | IsStringValidInteger
(
const TCHAR* Start, |
Return if the string can be parse to an int. OutBase is the base of the integer (8, 10, 16) |