FScrollBarStyle::GetResources

Gets the brush resources associated with this style.

Windows
MacOS
Linux

Override Hierarchy

FSlateWidgetStyle::GetResources()

FScrollBarStyle::GetResources()

References

Module

SlateCore

Header

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

Include

#include "Styling/SlateTypes.h"

Source

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

Syntax

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

Remarks

Gets the brush resources associated with this style.

This method must be implemented by inherited structures.

Parameters

Parameter

Description

OutBrushes

The brush resources.

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