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::EditorInspectorComponentRequests Class Referenceabstract

Inherits AZ::ComponentBus.

Public Member Functions

virtual ComponentOrderArray GetComponentOrderArray ()=0
 
virtual void SetComponentOrderArray (const ComponentOrderArray &componentOrderArray)=0
 

Member Function Documentation

◆ GetComponentOrderArray()

virtual ComponentOrderArray AzToolsFramework::EditorInspectorComponentRequests::GetComponentOrderArray ( )
pure virtual

Gets the current component sort order array

Returns
Container of component ids which is in the proper sorted order of components

◆ SetComponentOrderArray()

virtual void AzToolsFramework::EditorInspectorComponentRequests::SetComponentOrderArray ( const ComponentOrderArray &  componentOrderArray)
pure virtual

Sets the current component sort order array Emits EditorInspectorComponentNotifications::OnComponentOrderChanged if the new sort order differs from the current ordering.

Parameters
componentOrderArrayContainer of component ids which is sorted in the desired sort order of components

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