FFormatArgumentData

Used to pass argument/value pairs into [FText::Format](API\Runtime\Core\Internationalization\FText\Format\1) via [UKismetTextLibrary::Format](API\Runtime\Engine\Kismet\UKismetTextLibrary\Format).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Internationalization/Text.h"

Syntax

struct FFormatArgumentData

Remarks

Used to pass argument/value pairs into FText::Format via UKismetTextLibrary::Format. @note The primary consumer of this type is Blueprints (via a UHT mirror node). It is not expected that this be used in general C++ as FFormatArgumentValue is a much better type. The UHT struct is located here: Engine\Source\Runtime\Engine\Classes\Kismet\KismetTextLibrary.h

Variables

Name Description

Public variable

FString

 

ArgumentName

Public variable

FText

 

ArgumentValue

Public variable

float

 

ArgumentValueFloat

Public variable

ETextGender

 

ArgumentValueGender

Public variable

int32

 

ArgumentValueInt

Public variable

TEnumAsByte< EF...

 

ArgumentValueType

This is a non-unioned version of FFormatArgumentValue that only accepts the types needed by Blueprints It's used as a marshaller to create a real FFormatArgumentValue when performing a format

Constructors

Name Description

Public function

FFormatArgumentData()

Functions

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