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 SourceIconContentType
Describes what the icon brush content represents.
Declaration
public: EUxtIconBrushContentType IconContentType
Field Value
Type | Description |
---|---|
EUxtIconBrushContentType |
IconFont
The font used by the IconString.
Declaration
public: UFont * IconFont
Field Value
Type | Description |
---|---|
UFont * |
IconString
String of characters representing a Unicode symbol, or a literal string.
Declaration
public: FString IconString
Field Value
Type | Description |
---|---|
FString |