UInteractiveToolsContext::Initialize

Initialize the Context. This creates the InputRouter and ToolManager

Windows
MacOS
Linux

Override Hierarchy

UInteractiveToolsContext::Initialize()

UEdModeInteractiveToolsContext::Initialize()

References

Module

InteractiveToolsFramework

Header

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

Include

#include "InteractiveToolsContext.h"

Source

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

Syntax

virtual void Initialize
(
    IToolsContextQueriesAPI * QueriesAPI,
    IToolsContextTransactionsAPI * TransactionsAPI
)

Remarks

Initialize the Context. This creates the InputRouter and ToolManager

Parameters

Parameter

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

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