FExtensionToolQueryInfo

This struct is passed to [IModelingModeToolExtension](API\Plugins\ModelingToolsEditorMode\IModelingModeToolExtension) implementations to allow them to forward various Tools Context information to their ToolBuilders/etc

Choose your operating system:

Windows

macOS

Linux

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

that if bIsInfoQueryOnly is true, then the Extension does not need to construct Tool Builders, the query is for information purposes only

Variables

Name Description

Public variable

FModelingModeAs...

 

AssetAPI

Public variable

bool

 

bIsInfoQueryOnly

Public variable

UInteractiveToo...

 

ToolsContext