UI Canvas Proxy Ref Component

With the UI Canvas Proxy Ref component, you can reference a UI canvas that a different entity manages. Use this component in conjunction with the UI Canvas on Mesh component if you want to place a UI canvas on a Mesh or Actor component that a player can interact with in multple places in a level.

Usage

Use of this component is often a special case, as it supports displaying the same UI canvas on multiple entities in the 3D world. The UI Canvas Proxy Ref component allows the entity that it is on to act as if it had a UI Canvas Asset Ref component but without having to load another copy of the UI canvas. This means that, as the user interacts with one UI canvas on a 3D object, the other 3D object shows the same changes.

The following picture shows three entities that share the same loaded canvas. The curved plane entity has a UI Canvas Asset Ref component and the egg and the sphere both have UI Canvas Proxy Ref components:

Three entities with shared canvas

For more information, refer to Placing UI Canvases in the 3D World.

Provider

LyShine Gem

UI Canvas Proxy Ref properties

UI Canvas Proxy Ref properties

PropertyDescriptionValuesDefault
Canvas Asset Ref entitySelects an entity with a UI Canvas Asset Ref component.EntityIdNone

UiCanvasProxyRefBus

Method NameDescriptionParameterReturnScriptable
SetCanvasRefEntitySets a target entity with a UI canvas to associate with the current entity.Target Entity: EntityId, Current Entity: EntityIdNoneYes

UiCanvasRefNotificationBus

Method NameDescriptionParameterReturnScriptable
OnCanvasRefChangedNotifies listeners that the canvas reference has changed.NoneOld Reference: EntityId, New Reference: EntityIdYes

For more information, see Working with the Event Bus (EBus) system.


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.