FSlateStyleRegistry::GetAllResources

Populate an array of slate brushes with all of the resources used by the registered styles.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Styling/SlateStyleRegistry.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleRegistry.cpp

Syntax

static void GetAllResources
(
    TArray< const FSlateBrush * > & OutResources
)

Remarks

Populate an array of slate brushes with all of the resources used by the registered styles.

Parameters

Parameter

Description

OutResources

Array of slate brushes 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