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::EntityCompositionRequests::AddComponentsResults Struct Reference

Public Attributes

AZ::Entity::ComponentArrayType m_componentsAdded
 
AZ::Entity::ComponentArrayType m_addedPendingComponents
 
AZ::Entity::ComponentArrayType m_addedValidComponents
 
AZ::Entity::ComponentArrayType m_additionalValidatedComponents
 

Member Data Documentation

◆ m_addedPendingComponents

AZ::Entity::ComponentArrayType AzToolsFramework::EntityCompositionRequests::AddComponentsResults::m_addedPendingComponents

Adding a component can only cause the following to occur: 1) Component gets added to the pending list 2) Components Gets added to the entity as a valid component 3) Cause pending components to be added to the entity as valid components (by satisfying previously missing services)

The following three vectors represent each occurrence, respectively.


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