Navigation
API > API/Plugins > API/Plugins/UIFramework > API/Plugins/UIFramework/Widgets
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMVVMViewModelBase
- UUIFrameworkWidget
- UUIFrameworkImageBlock
References
| Module | UIFramework |
| Header | /Engine/Plugins/Experimental/UIFramework/Source/Public/Widgets/UIFImageBlock.h |
| Include | #include "Widgets/UIFImageBlock.h" |
Syntax
UCLASS&40;DisplayName&61;"Image Block UIFramework"&41;
class UUIFrameworkImageBlock : public UUIFrameworkWidget
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSoftObjectPtr< UObject > | |||
| FVector2f | |||
| ESlateBrushTileType::Type | GetTiling () |
||
| FLinearColor | GetTint () |
||
| void | SetDesiredSize
(
FVector2f DesiredSize |
||
| void | SetMaterial
(
TSoftObjectPtr< UMaterialInterface > Material |
||
| void | SetTexture
(
TSoftObjectPtr< UTexture2D > Texture, |
||
| void | SetTiling
(
ESlateBrushTileType::Type OverflowPolicy |
||
| void | SetTint
(
FLinearColor Tint |
Overridden from UUIFrameworkWidget
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| void |