Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveToolsContext
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
(
IToolsContextQueriesAPI * QueriesAPI,
IToolsContextTransactionsAPI * TransactionsAPI
)
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 |