Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Brushes
Inheritance Hierarchy
- FSlateBrush
- TSharedFromThis
- FSlateDynamicImageBrush
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Brushes/SlateDynamicImageBrush.h |
| Include | #include "Brushes/SlateDynamicImageBrush.h" |
Syntax
struct FSlateDynamicImageBrush :
public FSlateBrush,
public TSharedFromThis< FSlateDynamicImageBrush >
Remarks
Ignores the Margin. Just renders the image. Can tile the image instead of stretching.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSlateDynamicImageBrush
(
const FName InTextureName, |
|||
FSlateDynamicImageBrush
(
UTexture2D* InTexture, |
|||
FSlateDynamicImageBrush
(
UTexture2DDynamic* InTexture, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FSlateDynamicImageBrush > | CreateWithImageData
(
const FName InTextureName, |
||
| void | Releases the resource when it is safe to do so |