UInteractiveToolManager::Initialize

Initialize the ToolManager with the necessary Context-level state.

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/InteractiveToolManager.h

Include

#include "InteractiveToolManager.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/InteractiveToolManager.cpp

Syntax

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss