Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FTableColumnHeaderStyle
Description
Gets the brush resources associated with this style.
This method must be implemented by inherited structures.
Virtual Inheritance
- FSlateWidgetStyle::GetResources → FTableColumnHeaderStyle::GetResources
| Name | GetResources |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include Path | #include "Styling/SlateTypes.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateTypes.cpp |
virtual void GetResources
(
TArray < const FSlateBrush * > & OutBrushes
) const
Parameters
| Name | Remarks |
|---|---|
| OutBrushes | The brush resources. |