Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UModeManagerInteractiveToolsCont-
Description
Create and initialize a new EdMode-level ToolsContext derived from the ModeManager ToolsContext. The EdMode ToolsContext does not have it's own InputRouter, it shares the InputRouter with the ModeManager ToolsContext. The ModeManager ToolsContext keeps track of these derived ToolsContext's and automatically Tick()'s them/etc. When the child ToolsContext is shut down, OnChildEdModeToolsContextShutdown() must be called to clean up
| Name | CreateNewChildEdModeToolsContext |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Tools/EdModeInteractiveToolsContext.h |
| Include Path | #include "Tools/EdModeInteractiveToolsContext.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Tools/EdModeInteractiveToolsContext.cpp |
UEdModeInteractiveToolsContext * CreateNewChildEdModeToolsContext()
new ToolsContext