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::EditorInteractionSystemComponent Class Reference

#include <EditorInteractionSystemComponent.h>

Inherits AZ::Component, EditorInteractionSystemViewportSelectionRequestBus::Handler, AzFramework::ViewportDebugDisplayEventBus::Handler, and EditorEventsBus::Handler.

Public Member Functions

const EditorVisibleEntityDataCacheInterfaceGetEntityDataCache () const override
 
void SetHandler (const ViewportSelectionRequestsBuilderFn &interactionRequestsBuilder) override
 
void SetDefaultHandler () override
 
void DisplayViewport (const AzFramework::ViewportInfo &viewportInfo, AzFramework::DebugDisplayRequests &debugDisplay) override
 
void DisplayViewport2d (const AzFramework::ViewportInfo &viewportInfo, AzFramework::DebugDisplayRequests &debugDisplay) override
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Detailed Description

System Component to wrap active input handler. EditorInteractionSystemComponent is notified of viewport mouse events from RenderViewport and forwards them to a concrete implementation of ViewportSelectionRequests.


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