ISlateStyle::GetResources

Populate an array of [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) with resources consumed by this style.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/ISlateStyle.h

Include

#include "Styling/ISlateStyle.h"

Syntax

void GetResources
(
    TArray< const FSlateBrush * > & OutResources
) const

Remarks

Populate an array of FSlateBrush with resources consumed by this style.

Parameters

Parameter

Description

OutResources

the array to populate.