IClickSequenceBehaviorTarget::RequestAbortClickSequence

Target overrides this and returns true if it wants to abort click sequence.

Windows
MacOS
Linux

Override Hierarchy

IClickSequenceBehaviorTarget::RequestAbortClickSequence()

UDrawPolygonTool::RequestAbortClickSequence()

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/BaseBehaviors/BehaviorTargetInterfaces.h

Include

#include "BaseBehaviors/BehaviorTargetInterfaces.h"

Syntax

virtual bool RequestAbortClickSequence()

Remarks

Target overrides this and returns true if it wants to abort click sequence. Behavior checks every update and if this ever returns true, terminates sequence

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss