Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FDefaultValueHelper > IsStringValidFloat
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 IsStringValidFloat
&40;
const TCHAR &42; Start,
const TCHAR &42; End
&41;
Parameters
Name | Description |
---|---|
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) |