Open 3D Engine LyShine Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
UiCanvasProxyRefComponent Class Reference

Inherits AZ::Component, UiCanvasRefBus::Handler, UiCanvasProxyRefBus::Handler, and UiCanvasRefNotificationBus::Handler.

Public Member Functions

 AZ_COMPONENT (UiCanvasProxyRefComponent, "{D89FD4F1-77C6-4977-A292-6DBA783F1A9A}")
 
AZ::EntityId GetCanvas () override
 
void SetCanvasRefEntity (AZ::EntityId canvasAssetRefEntity) override
 
void OnCanvasRefChanged (AZ::EntityId uiCanvasRefEntity, AZ::EntityId uiCanvasEntity) override
 

Static Public Member Functions

static void GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &provided)
 
static void GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &incompatible)
 
static void GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required)
 
static void Reflect (AZ::ReflectContext *context)
 

Protected Member Functions

void Activate () override
 
void Deactivate () override
 
 AZ_DISABLE_COPY_MOVE (UiCanvasProxyRefComponent)
 

Protected Attributes

AZ::EntityId m_canvasAssetRefEntityId
 Persistent properties.
 

Member Data Documentation

◆ m_canvasAssetRefEntityId

AZ::EntityId UiCanvasProxyRefComponent::m_canvasAssetRefEntityId
protected

Persistent properties.

The entity that holds the canvas asset ref that we are a proxy for


The documentation for this class was generated from the following file: