FSynth2DSliderStyle::GetResources

Gets the brush resources associated with this style.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FSlateWidgetStyle::GetResources()

FSynth2DSliderStyle::GetResources()

References

Module

Synthesis

Header

/Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/UI/Synth2DSliderStyle.h

Include

#include "UI/Synth2DSliderStyle.h"

Source

/Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Private/UI/Synth2DSliderStyle.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.