Navigation
API > API/Editor > API/Editor/ViewportInteraction
The public interface to this module
| Name | IViewportInteractionModule |
| Type | class |
| Header File | /Engine/Source/Editor/ViewportInteraction/Public/IViewportInteractionModule.h |
| Include Path | #include "IViewportInteractionModule.h" |
Syntax
class IViewportInteractionModule : public IModuleInterface
Implements Interfaces
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IViewportInteractionModule & Get () |
Singleton-like access to this module's interface. | IViewportInteractionModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | IViewportInteractionModule.h |