FSlateGameResources::GetResources

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

Windows
MacOS
Linux

Override Hierarchy

ISlateStyle::GetResources()

FSlateStyleSet::GetResources()

FSlateGameResources::GetResources()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Slate/SlateGameResources.h

Include

#include "Slate/SlateGameResources.h"

Source

/Engine/Source/Runtime/Engine/Private/Slate/SlateGameResources.cpp

Syntax

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

Remarks

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

Parameters

Parameter

Description

OutResources

the array to populate.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss