Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
Inheritance Hierarchy
- UInteractiveToolsContext
- UEditorInteractiveToolsContext
- UEdModeInteractiveToolsContext
References
| Module | EditorInteractiveToolsFramework |
| Header | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EdModeInteractiveToolsContext.h |
| Include | #include "EdModeInteractiveToolsContext.h" |
Syntax
UCLASS (Transient)
class UEdModeInteractiveToolsContext : public UEditorInteractiveToolsContext
Remarks
UEdModeInteractiveToolsContext is an UEditorInteractiveToolsContext intended for use/lifetime in the context of a UEdMode. This ITC subclass is dependent on a UModeManagerInteractiveToolsContext to provide an InputRouter.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UModeManagerInteractiveToolsContext > | ParentModeManagerToolsContext |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | InitializeContextFromModeManagerContext
(
UModeManagerInteractiveToolsContext* ModeManagerToolsContext |
Initialize a new EdModeToolsContext that is derived from a ModeManagerToolsContext. |
Overridden from UEditorInteractiveToolsContext
| Type | Name | Description | |
|---|---|---|---|
| FRay |