Module import path: /UnrealEngine.com/Temporary/UI
Classes and Structs
Name | Description |
---|---|
player_ui |
The main interface for adding and removing |
widget |
Base class for all UI elements drawn on the |
player_ui_slot |
|
widget_message |
Parameters for |
anchors |
The anchors of a |
margin |
Specifies the gap outside each edge separating a |
button |
Button is a container of a single child widget slot and fires the OnClick event when the button is clicked. |
button_slot |
Slot for button widget. |
canvas |
Canvas is a container widget that allows for arbitrary positioning of widgets in the canvas' slots. |
canvas_slot |
Slot for a canvas widget. |
color_block |
A solid color widget. |
texture_block |
A widget to display a texture. |
overlay |
Overlay is a container consisting of widgets stacked on top of each other. |
overlay_slot |
Slot for an overlay widget |
stack_box |
Stack box is a container of a list of widgets stacked either vertically or horizontally. |
stack_box_slot |
Slot for a stack_box widget |
text_base |
Base widget for text widget. |
Functions
Name | Description |
---|---|
GetPlayerUI |
Returns the |
MakeCanvasSlot |
Make a canvas slot for fixed position widget. If Size is set, then the Offsets is calculated and the SizeToContent is set to false. If Size is not set, then Right and Bottom are set to zero and are not used. The widget size will be automatically calculated. The SizeToContent is set to true. The widget is not anchored and will not move if the parent is resized. The Anchors is set to zero. |
Enumerations
Name | Description |
---|---|
ui_input_mode |
|
widget_visibility |
Used by |
orientation |
Used by |
horizontal_alignment |
|
vertical_alignment |
|
image_tiling |
Tiling options values |
text_justification |
Text justification values: Left: Justify the text logically to the left based on current culture. Center: Justify the text in the center. Right: Justify the text logically to the right based on current culture. The Left and Right value will flip when the local culture is right-to-left. |
text_overflow_policy |
Text overflow policy values: Clip: Overflowing text will be clipped. Ellipsis: Overflowing text will be replaced with an ellipsis. |