Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/SEditorViewport
Description
Override this function to add the desired viewport interactions for this editor. Requires virtual function GetModeManagerInteractiveToolsContext to return a valid UModeManagerInteractiveToolsContext
| Name | OnRegisterViewportInteractions |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/SEditorViewport.h |
| Include Path | #include "SEditorViewport.h" |
virtual void OnRegisterViewportInteractions
(
UViewportInteractionsBehaviorSource * InBehaviorSource
)