Show / Hide Table of Contents

    Struct FUxtIconBrush

    Structure which contains data representing an icon's appearance. Icons are currently represented as Unicode characters or strings, but in the future could be textures, models, etc.

    Namespace:
    Assembly: .dll
    Syntax
    public: struct FUxtIconBrush

    Fields

    | Improve this Doc View Source

    ContentType

    Describes what the icon brush content represents.

    Declaration
    public: EUxtIconBrushContentType ContentType= EUxtIconBrushContentType::UnicodeCharacter
    Field Value
    Type Description
    EUxtIconBrushContentType
    | Improve this Doc View Source

    Icon

    String of characters representing a Unicode symbol, or a literal string.

    Declaration
    public: FString Icon= "EBD2"
    Field Value
    Type Description
    FString
    | Improve this Doc View Source

    TextBrush

    Text settings for the icon.

    Declaration
    public: FUxtTextBrush TextBrush
    Field Value
    Type Description
    FUxtTextBrush
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX