UI Components

UI components define the properties of a UI element. For example, every element has a Transform2D component that defines its position, rotation, size, and scale. You can give an element additional properties by adding components, such as adding the Image component to give an element color or texture. Each UI element can have one visual component (Image or Text), one interactive component (Button, Check Box, Scroll Box, Slider, or Text Input), and one layout component (Layout Column, Layout Row, or Layout Grid). You can attach any or all of the remaining components: Dynamic components, Tooltips, Tooltips Display, Mask, and Fader.

Section topics

TopicDescription
Working with UI componentsLearn how to work with O3DE’s UI components.
UI Transform2DUse the UI Transform2D component to position and scale UI elements.
Visual componentsLearn about the visual components you can add to UI elements.
Interactive componentsLearn about interactive components and how UI canvases consume user input.
Layout componentsLearn how to use the layout components to arrange elements on a canvas.
Tooltip componentsAdd tooltips to your canvases with the Tooltip components.
UI FaderUse the UI Fader component to adjust the transparency of UI elements.
UI Flipbook AnimationUse the UI Flipbook Animation component together with the UI Image component to create animations.
UI MaskUse the UI Mask component to selectively hide areas of an element’s children.
UI SpawnerLearn how to spawn UI elements at runtime.

Copyright © 2026 DawnEngine. All rights reserved.

DawnEngine is a commercial 3D engine distributed under the DawnEngine end-user license agreement. Engine binaries and source are proprietary and are not covered by the licenses below.

Documentation only: the prose and templates on this site are a derivative work of Open 3D Engine (O3DE) documentation by the O3DE Contributors, used under CC BY 4.0 (documentation content), Apache 2.0 (site code), and the MIT license (inline code samples).

The open-source 3D engine that DawnEngine is built on top of is Open 3D Engine . DawnEngine is not affiliated with, endorsed by, or sponsored by The Linux Foundation or the O3DE project. “O3DE” and “Open 3D Engine” are trademarks of The Linux Foundation.