Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FDefaultValueHelper
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Misc/DefaultValueHelper.h |
|
|
|
Misc/DefaultValueHelper.h |
|
IsStringValidFloat(const FString &)
| |
|
| Name |
IsStringValidFloat |
| 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 IsStringValidFloat
(
const FString & Source
)
IsStringValidFloat(const TCHAR , const TCHAR )
| |
|
| Name |
IsStringValidFloat |
| 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 IsStringValidFloat
(
const TCHAR * Start,
const TCHAR * End
)
Parameters
| Name |
Remarks |
| Start |
address of the first symbol of the checked string |
| End |
address of the first symbol after of the checked string (also address of the terminating empty symbol) |