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 ParseFloat
(
const FString & Source,
float & OutVal
)
Remarks
Converts a string into a float. true if the conversion happened, false otherwise
Parameters
| Name | Description |
|---|---|
| Source | the input string to try to convert |
| OutVal | the output float |