Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveToolsContext
Description
Initialize the Context. This creates the InputRouter, ToolManager, GizmoManager, TargetManager, and ContextStore
| Name | Initialize |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolsContext.h |
| Include Path | #include "InteractiveToolsContext.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveToolsContext.cpp |
virtual void Initialize
(
IToolsContextQueriesAPI * QueriesAPI,
IToolsContextTransactionsAPI * TransactionsAPI
)
Parameters
| Name | Remarks |
|---|---|
| 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 |