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