Navigation
API > API/Plugins > API/Plugins/UIFramework > API/Plugins/UIFramework/Widgets
References
| Module | UIFramework |
| Header | /Engine/Plugins/Experimental/UIFramework/Source/Public/Widgets/UIFImageBlock.h |
| Include | #include "Widgets/UIFImageBlock.h" |
Syntax
USTRUCT&40;&41;
struct FUIFrameworkImageBlockData
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseTextureSize | ||
| FVector2f | DesiredSize | Size of the resource in Slate Units | |
| TSoftObjectPtr< UObject > | ResourceObject | The image to render for this brush, can be a UTexture2D or UMaterialInterface or an object implementing the AtlasedTextureInterface. | |
| TEnumAsByte< ESlateBrushTileType::Type > | Tiling | How to tile the image. | |
| FLinearColor | Tint | Tinting applied to the image. |