Navigation
API > API/Plugins > API/Plugins/ModelingToolsEditorMode
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
| Name | FExtensionToolQueryInfo |
| Type | struct |
| Header File | /Engine/Plugins/Editor/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Public/ModelingModeToolExtensions.h |
| Include Path | #include "ModelingModeToolExtensions.h" |
Syntax
struct FExtensionToolQueryInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetAPI | FModelingModeAssetAPI * | ModelingModeToolExtensions.h | ||
| bIsInfoQueryOnly | bool | ModelingModeToolExtensions.h | ||
| StylusAPI | IToolStylusStateProviderAPI * | ModelingModeToolExtensions.h | ||
| ToolsContext | UInteractiveToolsContext * | ModelingModeToolExtensions.h |