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 ParseDouble
&40;
const FString & Source,
double & OutVal
&41;
Remarks
Converts a string into a double. true if the conversion happened, false otherwise
Parameters
Name | Description |
---|---|
Source | the input string to try to convert |
OutVal | the output double |