Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveToolsContext
- UInteractiveToolsContext::Initialize()
- UEditorInteractiveToolsContext::Initialize()
- UModeManagerInteractiveToolsContext::Initialize()
- UModeManagerInteractiveToolsContext::Initialize()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolsContext.h |
| Include | #include "InteractiveToolsContext.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveToolsContext.cpp |
virtual void Initialize
&40;
IToolsContextQueriesAPI &42; QueriesAPI,
IToolsContextTransactionsAPI &42; TransactionsAPI
&41;
Remarks
Initialize the Context. This creates the InputRouter, ToolManager, GizmoManager, TargetManager, and ContextStore
Parameters
| Name | Description |
|---|---|
| QueriesAPI | client-provided implementation of the API for querying the higher-evel scene state |
| TransactionsAPI | client-provided implementation of the API for publishing events and transactions |