UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Numeric.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
Containers/StringFwd.h
"
6
7
namespace
UE::String
8
{
9
17
CORE_API
bool
IsNumeric
(
FWideStringView
View);
18
CORE_API
bool
IsNumeric
(
FUtf8StringView
View);
19
27
CORE_API
bool
IsNumericOnlyDigits
(
FWideStringView
View);
28
CORE_API
bool
IsNumericOnlyDigits
(
FUtf8StringView
View);
29
30
}
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
StringFwd.h
TStringView
Definition
StringView.h:107
UE::String
Definition
String.cpp.inl:714
UE::String::IsNumeric
bool IsNumeric(FWideStringView View)
Definition
Numeric.cpp:77
UE::String::IsNumericOnlyDigits
bool IsNumericOnlyDigits(FWideStringView View)
Definition
Numeric.cpp:87
Engine
Source
Runtime
Core
Public
String
Numeric.h
Generated by
1.9.8