Open 3D Engine AzToolsFramework 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.
AzToolsFramework::ComponentModeFramework::ComponentModeViewportUiRequests Class Referenceabstract

Bus for interacting with the widget that handles Viewport UI for component mode. More...

#include <ComponentModeViewportUiRequestBus.h>

Inherits AZ::EBusTraits.

Public Types

using BusIdType = AZ::Uuid
 

Public Member Functions

virtual void RegisterViewportElementGroup (const AZ::EntityComponentIdPair &entityComponentIdPair, const AZStd::vector< ViewportUi::ClusterId > &clusterIds)=0
 Set the given clusterIds to visible in the Viewport UI.
 
virtual void SetComponentModeViewportUiActive (bool)=0
 Set this handler to be the active (on display) handler that will display in the Viewport UI.
 
virtual void SetViewportUiActiveEntityComponentId (const AZ::EntityComponentIdPair &entityComponentId)=0
 Set this handler to display for this specific EntityComponentIdPair only.
 

Static Public Attributes

static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::ById
 

Detailed Description

Bus for interacting with the widget that handles Viewport UI for component mode.


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