Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling > API/Runtime/SlateCore/Styling/FSlateStyleSet
- ISlateStyle::GetResources()
- FSlateStyleSet::GetResources()
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include | #include "Styling/SlateStyle.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleSet.cpp |
virtual void GetResources
(
TArray < const FSlateBrush * > & OutResources
) const
Remarks
Populate an array of FSlateBrush with resources consumed by this style.
Parameters
| Name | Description |
|---|---|
| OutResources | the array to populate. |