FFormatArgumentValue

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/Text.h

Include

#include "Internationalization/Text.h"

Syntax

class FFormatArgumentValue

Variables

Name Description

Public variable

double

 

DoubleValue

Public variable

float

 

FloatValue

Public variable

int64

 

IntValue

Public variable

uint64

 

UIntValue

Constructors

Name Description

Public function

FFormatArgumentValue()

Public function

FFormatArgumentValue

(
    FText&& Value
)

Public function

FFormatArgumentValue

(
    ETextGender Value
)

Public function

FFormatArgumentValue

(
    const FCbValue& Value
)

Public function

FFormatArgumentValue

(
    const int32 Value
)

Public function

FFormatArgumentValue

(
    const uint32 Value
)

Public function

FFormatArgumentValue

(
    const int64 Value
)

Public function

FFormatArgumentValue

(
    const uint64 Value
)

Public function

FFormatArgumentValue

(
    const float Value
)

Public function

FFormatArgumentValue

(
    const double Value
)

Public function

FFormatArgumentValue

(
    const FText& Value
)

Functions

Name Description

Public function

const TCHAR ...

 

FromExportedString

(
    const TCHAR* InBuffer
)

Public function Const

double

 

GetDoubleValue()

Public function Const

float

 

GetFloatValue()

Public function Const

ETextGender

 

GetGenderValue()

Public function Const

int64

 

GetIntValue()

Public function Const

const FText ...

 

GetTextValue()

Public function Const

EFormatArgum...

 

GetType()

Public function Const

uint64

 

GetUIntValue()

Public function Const

bool

 

IdenticalTo

(
    const FFormatArgumentValue& Other,
    const ETextIdenticalModeFlags Compa...
)

Public function Const

FString

 

ToExportedString

(
    const bool bStripPackageNamespace
)

Public function Const

void

 

ToExportedString

(
    FString& OutResult,
    const bool bStripPackageNamespace
)

Public function Const

FString

 

ToFormattedString

(
    const bool bInRebuildText,
    const bool bInRebuildAsSource
)

Public function Const

void

 

ToFormattedString

(
    const bool bInRebuildText,
    const bool bInRebuildAsSource,
    FString& OutResult
)

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