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

An entity registered as read-only cannot be altered in the editor. More...

#include <ReadOnlyEntityInterface.h>

Inherited by AzToolsFramework::ReadOnlyEntitySystemComponent [private].

Public Member Functions

 AZ_RTTI (ReadOnlyEntityPublicInterface, "{921FE15B-6EBD-47F0-8238-BC63318DEDEA}")
 
virtual bool IsReadOnly (const AZ::EntityId &entityId)=0
 Returns whether the entity id provided is registered as read-only.
 

Detailed Description

An entity registered as read-only cannot be altered in the editor.

Member Function Documentation

◆ IsReadOnly()

virtual bool AzToolsFramework::ReadOnlyEntityPublicInterface::IsReadOnly ( const AZ::EntityId &  entityId)
pure virtual

Returns whether the entity id provided is registered as read-only.

Implemented in AzToolsFramework::ReadOnlyEntitySystemComponent.


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