FHyperlinkStyle::GetResources

Gets the brush resources associated with this style.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FSlateWidgetStyle::GetResources()

FHyperlinkStyle::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.