UDrawPolygonTool::OnBeginClickSequence

Notify Target that click sequence can begin at click point

Windows
MacOS
Linux

Override Hierarchy

IClickSequenceBehaviorTarget::OnBeginClickSequence()

UDrawPolygonTool::OnBeginClickSequence()

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/DrawPolygonTool.h

Include

#include "DrawPolygonTool.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Private/DrawPolygonTool.cpp

Syntax

virtual void OnBeginClickSequence
(
    const FInputDeviceRay & ClickPos
)

Remarks

Notify Target that click sequence can begin at click point

Parameters

Parameter

Description

ClickPos

device position/ray at click point

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