Choose your operating system:
Windows
macOS
Linux
| ISlateStyle::GetResources()
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h |
Include |
#include "Styling/ISlateStyle.h" |
void GetResources
(
TArray< const FSlateBrush * > & OutResources
) const
Populate an array of FSlateBrush with resources consumed by this style.
Parameter |
Description |
---|---|
OutResources |
the array to populate. |