Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveToolManager
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolManager.h |
| Include | #include "InteractiveToolManager.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveToolManager.cpp |
virtual void Initialize
(
IToolsContextQueriesAPI * QueriesAPI,
IToolsContextTransactionsAPI * TransactionsAPI,
UInputRouter * InputRouter
)
Remarks
Initialize the ToolManager with the necessary Context-level state. UInteractiveToolsContext calls this, you should not.