FToolkitWidgetStyle::GetResources

Gets the brush resources associated with this style.

Unreal Engine C++ API Reference > Developer > WidgetRegistration > FToolkitWidgetStyle

References

   
Module WidgetRegistration
Header /Engine/Source/Developer/WidgetRegistration/Public/FToolkitWidgetStyle.h
Include #include "FToolkitWidgetStyle.h"
Source /Engine/Source/Developer/WidgetRegistration/Private/FToolkitWidgetStyle.cpp
virtual void GetResources
(
    [TArray](API\Runtime\Core\Containers\TArray)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > & OutBrushes
) const

Remarks

Gets the brush resources associated with this style.

This method must be implemented by inherited structures.

Parameters

Name Description
OutBrushes The brush resources.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library