Verse API reference page for the texture_block class
A widget to display a texture.
Verse using statement |
using { /UnrealEngine.com/Temporary/UI } |
Inheritance Hierarchy
This class is derived from widget.
| Name | Description |
|---|---|
widget |
Base class for all UI elements drawn on the player's screen. |
Members
This class has both data members and functions.
Data
| Data Member Name | Type | Description |
|---|---|---|
DefaultDesiredSize |
vector2 |
The size this widget desired to be displayed in. Used only during initialization of the widget and not modified by SetDesiredSize. |
DefaultHorizontalTiling |
image_tiling |
The horizontal tiling option. Used only during initialization of the widget and not modified by SetTiling. |
DefaultImage |
texture |
The image to render. Used only during initialization of the widget and not modified by SetImage. |
DefaultTint |
color |
Tinting applied to the image. Used only during initialization of the widget and not modified by SetTint. |
DefaultVerticalTiling |
image_tiling |
The vertical tiling option. Used only during initialization of the widget and not modified by SetTiling. |
You're reading a preview
The full reference is free for BrainDeadGuild Discord members — sign in to read it all, or open the original at the source.
Sign in with your BrainDead.TV / BrainDeadGuild Discord account for full access.