Navigation
Unreal Engine C++ API Reference > Runtime > Core > Internationalization
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
Include | #include "Internationalization/Text.h" |
Syntax
namespace EFormatArgumentType
{
enum Type
{
Int,
UInt,
Float,
Double,
Text,
Gender,
}
}
Values
Name | Description |
---|---|
Int | |
UInt | |
Float | |
Double | |
Text | |
Gender |
Remarks
Redeclared in KismetTextLibrary for meta-data extraction purposes, be sure to update there as well