Navigation
API > API/Plugins > API/Plugins/ModelingToolsEditorMode
References
| Module | ModelingToolsEditorMode |
| Header | /Engine/Plugins/Editor/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Public/ModelingModeToolExtensions.h |
| Include | #include "ModelingModeToolExtensions.h" |
Syntax
struct FExtensionToolQueryInfo
Remarks
This struct is passed to IModelingModeToolExtension implementations to allow them to forward various Tools Context information to their ToolBuilders/etc
Note that if bIsInfoQueryOnly is true, then the Extension does not need to construct Tool Builders, the query is for information purposes only
Variables
| Type | Name | Description | |
|---|---|---|---|
| FModelingModeAssetAPI * | AssetAPI | ||
| bool | bIsInfoQueryOnly | ||
| UInteractiveToolsContext * | ToolsContext |