Struct FUxtFontCharacter
Blueprint structure which contains data required to render a character within a offline font.
Namespace:
Assembly: .dll
Syntax
public: struct FUxtFontCharacter
Fields
| Improve this Doc View SourceSize
The normalized width and height of the character.
Declaration
public: FVector Size
Field Value
Type | Description |
---|---|
FVector |
Text
The single font character as a string.
Declaration
public: FString Text
Field Value
Type | Description |
---|---|
FString |
Texture
The texutre containing the font character.
Declaration
public: UTexture2D * Texture
Field Value
Type | Description |
---|---|
UTexture2D * |
UVTransform
The UV offset within the texture to find the character.
Declaration
public: FLinearColor UVTransform
Field Value
Type | Description |
---|---|
FLinearColor |