Show / Hide Table of Contents

    Struct FUxtTextBrush

    Structure which contains data representing the appearance of text.

    Namespace:
    Assembly: .dll
    Syntax
    public: struct FUxtTextBrush

    Fields

    | Improve this Doc View Source

    DefaultColor

    The default color of the brush, by default the text color.

    Declaration
    public: FColor DefaultColor= FColor::White
    Field Value
    Type Description
    FColor
    | Improve this Doc View Source

    DisabledColor

    The disabled color of the brush, by default the text color.

    Declaration
    public: FColor DisabledColor= FColor(32, 32, 32)
    Field Value
    Type Description
    FColor
    | Improve this Doc View Source

    Font

    The font used by the text.

    Declaration
    public: UFont * Font= nullptr
    Field Value
    Type Description
    UFont *
    | Improve this Doc View Source

    Material

    The material used by the text.

    Declaration
    public: UMaterialInterface * Material= nullptr
    Field Value
    Type Description
    UMaterialInterface *
    | Improve this Doc View Source

    RelativeLocation

    The text's location compared to it's parent component.

    Declaration
    public: FVector RelativeLocation= FVector::ZeroVector
    Field Value
    Type Description
    FVector
    | Improve this Doc View Source

    RelativeRotation

    The text's rotation compared to it's parent component.

    Declaration
    public: FRotator RelativeRotation= FRotator::ZeroRotator
    Field Value
    Type Description
    FRotator
    | Improve this Doc View Source

    Size

    The size of the text, normally the font size.

    Declaration
    public: float Size= 1.0f
    Field Value
    Type Description
    float
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX