Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateMaterialBrush
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlateMaterialBrush
(
const UE::Slate::FDeprecateVector2DParameter& InImageSize |
Creates and initializes a new instance. | SlateMaterialBrush.h | |
FSlateMaterialBrush
(
UMaterialInterface& InMaterial, |
Creates and initializes a new instance. | SlateMaterialBrush.h |
FSlateMaterialBrush(const UE::Slate::FDeprecateVector2DParameter &)
Description
Creates and initializes a new instance.
| Name | FSlateMaterialBrush |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/SlateMaterialBrush.h |
| Include Path | #include "SlateMaterialBrush.h" |
FSlateMaterialBrush
(
const UE::Slate::FDeprecateVector2DParameter & InImageSize
)
Parameters
| Name | Remarks |
|---|---|
| InImageSize | The material's dimensions. |
FSlateMaterialBrush(class UMaterialInterface &, const UE::Slate::FDeprecateVector2DParameter &)
Description
Creates and initializes a new instance.
| Name | FSlateMaterialBrush |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/SlateMaterialBrush.h |
| Include Path | #include "SlateMaterialBrush.h" |
FSlateMaterialBrush
(
class UMaterialInterface & InMaterial,
const UE::Slate::FDeprecateVector2DParameter & InImageSize
)
Parameters
| Name | Remarks |
|---|---|
| InMaterial | The material to use. |
| InImageSize | The material's dimensions. |