Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool LexTryParseString
(
T& OutValue, |
Parse a string into this type, returning whether it was successful Specialization for arithmetic types | ||
bool LexTryParseString
(
bool& OutValue, |
Try and parse a bool - always returns true | ||
bool LexTryParseString
(
EBuildConfiguration& OutConfiguration, |
Returns the string representation of the specified EBuildConfiguration value. | GenericPlatform/GenericPlatformMisc.h | |
bool LexTryParseString
(
EBuildTargetType& OutType, |
Returns the string representation of the specified EBuildTarget value. | GenericPlatform/GenericPlatformMisc.h | |
bool LexTryParseString
(
ETextGender& OutValue, |
Internationalization/Text.h | ||
bool LexTryParseString
(
EDateTimeStyle::Type& OutValue, |
Internationalization/Text.h | ||
bool LexTryParseString
(
ERoundingMode& OutValue, |
Internationalization/Text.h | ||
bool LexTryParseString
(
FNumericUnit< T >& OutValue, |
Math/UnitConversion.h | ||
bool LexTryParseString
(
FNumericUnit< T >& OutValue, |
LexTryParseString(T &, const UE_STRING_CHARTYPE *)
Description
Parse a string into this type, returning whether it was successful Specialization for arithmetic types
| Name | LexTryParseString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
template<UE::CArithmetic T>
bool LexTryParseString
(
T & OutValue,
const UE_STRING_CHARTYPE * Buffer
)
LexTryParseString(bool &, const UE_STRING_CHARTYPE *)
Description
Try and parse a bool - always returns true
| Name | LexTryParseString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
bool LexTryParseString
(
bool & OutValue,
const UE_STRING_CHARTYPE * Buffer
)
LexTryParseString(EBuildConfiguration &, const TCHAR *)
Description
Returns the string representation of the specified EBuildConfiguration value.
| Name | LexTryParseString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformMisc.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMisc.cpp |
bool LexTryParseString
(
EBuildConfiguration & OutConfiguration,
const TCHAR * Configuration
)
An EBuildConfiguration value.
Parameters
| Name | Remarks |
|---|---|
| Configuration | The string to get the EBuildConfiguration for. |
LexTryParseString(EBuildTargetType &, const TCHAR *)
Description
Returns the string representation of the specified EBuildTarget value.
| Name | LexTryParseString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformMisc.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMisc.cpp |
bool LexTryParseString
(
EBuildTargetType & OutType,
const TCHAR * Text
)
The string representation.
Parameters
| Name | Remarks |
|---|---|
| OutType | The value to get the string for. |
| Text | The text to parse. |
LexTryParseString(ETextGender &, const TCHAR *)
| Name | LexTryParseString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include Path | #include "Internationalization/Text.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/Text.cpp |
bool LexTryParseString
(
ETextGender & OutValue,
const TCHAR * Buffer
)
LexTryParseString(EDateTimeStyle::Type &, const TCHAR *)
| Name | LexTryParseString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include Path | #include "Internationalization/Text.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/Text.cpp |
bool LexTryParseString
(
EDateTimeStyle::Type & OutValue,
const TCHAR * Buffer
)
LexTryParseString(ERoundingMode &, const TCHAR *)
| Name | LexTryParseString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include Path | #include "Internationalization/Text.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/Text.cpp |
bool LexTryParseString
(
ERoundingMode & OutValue,
const TCHAR * Buffer
)
LexTryParseString(FNumericUnit< T > &, const TCHAR *)
| Name | LexTryParseString |
| 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 |
template<typename T>
bool LexTryParseString
(
FNumericUnit < T > & OutValue,
const TCHAR * String
)
LexTryParseString(FNumericUnit< T > &, const TCHAR *)
| Name | LexTryParseString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnitConversion.inl |
| Include Path | #include "Math/UnitConversion.inl" |
template<typename T>
bool LexTryParseString
(
FNumericUnit < T > & OutValue,
const TCHAR * String
)