Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateBrush
Description
Gets the UObject that represents the brush resource, if any.
The object may be a UMaterialInterface or a UTexture.
| Name | GetResourceObject |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h |
| Include Path | #include "Styling/SlateBrush.h" |
UObject * GetResourceObject() const
The resource object, or nullptr if it is not set.