bUseExternalClickDragBehavior

If true, then the [URectangleMarqueeMechanic](API\Plugins\ModelingComponents\Mechanics\URectangleMarqueeMechanic) will not create an internal [UClickDragInputBehavior](API\Runtime\InteractiveToolsFramework\BaseBehaviors\UClickDragInputBehavior) in [Setup()](API\Plugins\OptimusDeveloper\EOptimusNodeGraphType), allowing the client to control the marquee with an external InputBehavior that uses the marquee mechanic as it's [IClickDragBehaviorTarget](API\Runtime\InteractiveToolsFramework\BaseBehaviors\IClickDragBehaviorTarget).

Choose your operating system:

Windows

macOS

Linux

Syntax

UPROPERTY()
bool bUseExternalClickDragBehavior

Remarks

If true, then the URectangleMarqueeMechanic will not create an internal UClickDragInputBehavior in Setup(), allowing the client to control the marquee with an external InputBehavior that uses the marquee mechanic as it's IClickDragBehaviorTarget. For instance, this allows the mechanic to be hooked in as the drag component of a USingleClickOrDragInputBehavior. Must be configured before calling Setup()