Menu
Lumberyard
C++ API Reference (Version 1.10)

EditorComponentBase.h File Reference

Open 3D Engine (O3DE), the successor to Lumberyard, is now available in Developer Preview. Download O3DE or visit the AWS Game Tech blog to learn more.

Header file for the editor component base class. More...

Classes

class AzToolsFramework::Components::EditorComponentBase
A base class for all editor components. More...

Namespaces

AZ
AzToolsFramework
AzToolsFramework::Components

Detailed Description

Header file for the editor component base class.

Derive from this class to create a version of a component to use in the editor, as opposed to the version of the component that is used during run time. To learn more about editor components, see the Lumberyard User Guide .