Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FDefaultValueHelper
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 ParseInt64
&40;
const FString & Source,
int64 & OutVal
&41;
Remarks
Converts a string into a int64. true if the conversion happened, false otherwise
Parameters
Name | Description |
---|---|
Source | the input string to try to convert |
OutVal | the output integer |