Navigation
API > API/Runtime > API/Runtime/Core
An argument supplied to FString::Format
| Name | FStringFormatArg |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/StringFormatArg.h |
| Include Path | #include "Misc/StringFormatArg.h" |
Syntax
struct FStringFormatArg
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStringFormatArg
(
FStringFormatArg&& Other |
Misc/StringFormatArg.h | ||
FStringFormatArg
(
const FStringFormatArg& Other |
Misc/StringFormatArg.h | ||
FStringFormatArg
(
const UTF8CHAR* Value |
Misc/StringFormatArg.h | ||
FStringFormatArg
(
const UCS2CHAR* Value |
Misc/StringFormatArg.h | ||
FStringFormatArg
(
const WIDECHAR* Value |
Misc/StringFormatArg.h | ||
FStringFormatArg
(
const ANSICHAR* Value |
Misc/StringFormatArg.h | ||
FStringFormatArg
(
FStringView Value |
Misc/StringFormatArg.h | ||
FStringFormatArg
(
FString Value |
Misc/StringFormatArg.h | ||
FStringFormatArg
(
const double Value |
Misc/StringFormatArg.h | ||
FStringFormatArg
(
const float Value |
Misc/StringFormatArg.h | ||
FStringFormatArg
(
const uint64 Value |
Misc/StringFormatArg.h | ||
FStringFormatArg
(
const int64 Value |
Misc/StringFormatArg.h | ||
FStringFormatArg
(
const uint32 Value |
Misc/StringFormatArg.h | ||
FStringFormatArg
(
const int32 Value |
Misc/StringFormatArg.h | ||
| Not default constructible | Misc/StringFormatArg.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FStringFormatArg() |
Misc/StringFormatArg.h |
Enums
Public
| Name | Remarks |
|---|---|
| EType |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DoubleValue | double | Value as double | Misc/StringFormatArg.h | |
| FStringFormatArg | union FStringFormatArg | Todo: convert this to a TVariant | Misc/StringFormatArg.h | |
| IntValue | int64 | Value as integer | Misc/StringFormatArg.h | |
| StringLiteralANSIValue | const ANSICHAR * | Value as an ANSI string literal | Misc/StringFormatArg.h | |
| StringLiteralUCS2Value | const UCS2CHAR * | Value as a UCS2 string literal | Misc/StringFormatArg.h | |
| StringLiteralUTF8Value | const UTF8CHAR * | Value as a UTF8 string literal | Misc/StringFormatArg.h | |
| StringLiteralWIDEValue | const WIDECHAR * | Value as a WIDE string literal | Misc/StringFormatArg.h | |
| StringValue | FString | Value as an FString | Misc/StringFormatArg.h | |
| Type | EType | The type of this arg | Misc/StringFormatArg.h | |
| UIntValue | uint64 | Value as uint | Misc/StringFormatArg.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStringFormatArg & operator=
(
const FStringFormatArg& Other |
Misc/StringFormatArg.h | ||
FStringFormatArg & operator=
(
FStringFormatArg&& Other |
Misc/StringFormatArg.h |