FStringFormatArg

An argument supplied to [FString::Format](API\Runtime\Core\Containers\FString\Format\1)

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/StringFormatArg.h

Include

#include "Misc/StringFormatArg.h"

Syntax

struct FStringFormatArg

Remarks

An argument supplied to FString::Format

Variables

Name Description

Public variable

union FStringFo...

 

@312

Todo: convert this to a TVariant

Public variable

double

 

DoubleValue

Value as double

Public variable

int64

 

IntValue

Value as integer

Public variable

const TCHAR ...

 

StringLiteralValue

Value as a string literal

Public variable

FString

 

StringValue

Value as an FString

Public variable

EType

 

Type

The type of this arg

Public variable

uint64

 

UIntValue

Value as uint

Constructors

Name Description

Public function

FStringFormatArg

(
    const FStringFormatArg& RHS
)

Copyable

Public function

FStringFormatArg

(
    const int32 Value
)

Public function

FStringFormatArg

(
    const uint32 Value
)

Public function

FStringFormatArg

(
    const int64 Value
)

Public function

FStringFormatArg

(
    const uint64 Value
)

Public function

FStringFormatArg

(
    const float Value
)

Public function

FStringFormatArg

(
    const double Value
)

Public function

FStringFormatArg

(
    FString Value
)

Public function

FStringFormatArg

(
    const TCHAR* Value
)

Enums

Name

Description

Public enum

EType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss