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" |
Syntax
struct FContextInitInfo
Remarks
FContextInitInfo is used by Initialize() to pass information to the various creator functions below. See ::UInteractiveToolsContext() and Initialize() for how these fields are used/initialized. In particular, InputRouter will not be set until after the UInputRouter has been created
Variables
| Type | Name | Description | |
|---|---|---|---|
| UInputRouter * | InputRouter | ||
| IToolsContextQueriesAPI * | QueriesAPI | ||
| UInteractiveToolsContext * | ToolsContext | ||
| IToolsContextTransactionsAPI * | TransactionsAPI |