Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | FInvalidatableBrushAttribute |
| Type | class |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include Path | #include "Styling/SlateTypes.h" |
Syntax
class FInvalidatableBrushAttribute
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Styling/SlateTypes.h | |||
FInvalidatableBrushAttribute
(
const TAttribute< const FSlateBrush* >& InImage |
Styling/SlateTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Image | TAttribute< const FSlateBrush * > | The slate brush to draw for the image, or a bound delegate to a brush. | Styling/SlateTypes.h | |
| ImageCache | FSlateBrush | The copy of the image data, some users reuse the same FSlateBrush pointer, so we need to check it against the last true data to see what changed. | Styling/SlateTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FSlateBrush * Get() |
Styling/SlateTypes.h | ||
TAttribute< const FSlateBrush * > GetImage() |
Styling/SlateTypes.h | ||
bool IsBound() |
Styling/SlateTypes.h | ||
void SetImage
(
SWidget& ThisWidget, |
Styling/SlateTypes.h |