Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FNumericUnit
Description
Given a string, skip past whitespace, then any numeric characters. Set End pointer to the end of the last numeric character.
| Name | ExtractNumberBoundary |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnitConversion.h |
| Include Path | #include "Math/UnitConversion.h" |
| Source | /Engine/Source/Runtime/Core/Public/Math/UnitConversion.inl |
static bool ExtractNumberBoundary
(
const TCHAR * Start,
const TCHAR *& End
)