Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEdModeInteractiveToolsContext
Description
Initialize a new EdModeToolsContext that is derived from a ModeManagerToolsContext. This new ToolsContext will not have it's own InputRouter, it will share the InputRouter with the ModeManagerToolsContext
| Name | InitializeContextFromModeManagerContext |
| 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 |
void InitializeContextFromModeManagerContext
(
UModeManagerInteractiveToolsContext * ModeManagerToolsContext
)