Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FDefaultValueHelper
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Converts a string into a int32. | Misc/DefaultValueHelper.h | ||
static bool ParseInt
(
const TCHAR* Source, |
Misc/DefaultValueHelper.h |
ParseInt(const FString &, int32 &)
Description
Converts a string into a int32.
| Name | ParseInt |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/DefaultValueHelper.h |
| Include Path | #include "Misc/DefaultValueHelper.h" |
static bool ParseInt
(
const FString & Source,
int32 & OutVal
)
true if the conversion happened, false otherwise
Parameters
| Name | Remarks |
|---|---|
| Source | the input string to try to convert |
| OutVal | the output integer |
ParseInt(const TCHAR *, int32 &)
| Name | ParseInt |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/DefaultValueHelper.h |
| Include Path | #include "Misc/DefaultValueHelper.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/DefaultValueHelper.cpp |
static bool ParseInt
(
const TCHAR * Source,
int32 & OutVal
)