Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FFormatArgumentData Struct Reference

#include <Text.h>

+ Collaboration diagram for FFormatArgumentData:

Public Member Functions

 FFormatArgumentData ()
 
void ResetValue ()
 
FFormatArgumentValue ToArgumentValue () const
 

Public Attributes

FString ArgumentName
 
TEnumAsByte< EFormatArgumentType::TypeArgumentValueType
 
FText ArgumentValue
 
int64 ArgumentValueInt
 
float ArgumentValueFloat
 
double ArgumentValueDouble
 
ETextGender ArgumentValueGender
 

Friends

void operator<< (FStructuredArchive::FSlot Slot, FFormatArgumentData &Value)
 

Detailed Description

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

Definition at line 953 of file Text.h.

Constructor & Destructor Documentation

◆ FFormatArgumentData()

FFormatArgumentData::FFormatArgumentData ( )
inline

Definition at line 955 of file Text.h.

+ Here is the call graph for this function:

Member Function Documentation

◆ ResetValue()

void FFormatArgumentData::ResetValue ( )
+ Here is the caller graph for this function:

◆ ToArgumentValue()

FFormatArgumentValue FFormatArgumentData::ToArgumentValue ( ) const

Friends And Related Symbol Documentation

◆ operator<<

Member Data Documentation

◆ ArgumentName

FString FFormatArgumentData::ArgumentName

Definition at line 966 of file Text.h.

◆ ArgumentValue

FText FFormatArgumentData::ArgumentValue

Definition at line 971 of file Text.h.

◆ ArgumentValueDouble

double FFormatArgumentData::ArgumentValueDouble

Definition at line 974 of file Text.h.

◆ ArgumentValueFloat

float FFormatArgumentData::ArgumentValueFloat

Definition at line 973 of file Text.h.

◆ ArgumentValueGender

ETextGender FFormatArgumentData::ArgumentValueGender

Definition at line 975 of file Text.h.

◆ ArgumentValueInt

int64 FFormatArgumentData::ArgumentValueInt

Definition at line 972 of file Text.h.

◆ ArgumentValueType

TEnumAsByte<EFormatArgumentType::Type> FFormatArgumentData::ArgumentValueType

Definition at line 970 of file Text.h.


The documentation for this struct was generated from the following file: