Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/StringFormatArg.h |
Include |
#include "Misc/StringFormatArg.h" |
struct FStringFormatArg
An argument supplied to FString::Format
Name | Description | ||
---|---|---|---|
|
union FStringFo... |
@426 |
Todo: convert this to a TVariant |
|
double |
DoubleValue |
Value as double |
|
IntValue |
Value as integer |
|
|
const ANSICHAR ... |
StringLiteralANSIValue |
Value as an ANSI string literal |
|
const UCS2CHAR ... |
StringLiteralUCS2Value |
Value as a UCS2 string literal |
|
const UTF8CHAR ... |
StringLiteralUTF8Value |
Value as a UTF8 string literal |
|
const WIDECHAR ... |
StringLiteralWIDEValue |
Value as a WIDE string literal |
|
StringValue |
Value as an FString |
|
|
Type |
The type of this arg |
|
|
UIntValue |
Value as uint |
Name | Description | |
---|---|---|
|
FStringFormatArg ( |
|
|
FStringFormatArg ( |
|
|
FStringFormatArg ( |
|
|
FStringFormatArg ( |
Copyable |
|
FStringFormatArg ( |
|
|
FStringFormatArg ( |
|
|
FStringFormatArg ( |
|
|
FStringFormatArg ( |
|
|
FStringFormatArg ( |
|
|
FStringFormatArg ( |
|
|
FStringFormatArg ( |
|
|
FStringFormatArg ( |
Name |
Description |
|
---|---|---|
|
EType |