UPolyEditInsertEdgeActivity::CanAccept

If true, calling End with [EToolShutdownType::Accept](API\Runtime\InteractiveToolsFramework\EToolShutdownType) will result in a valid completion of the activity.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UInteractiveToolActivity::CanAccept()

UPolyEditInsertEdgeActivity::CanAccept()

References

Module

MeshModelingTools

Header

/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/ToolActivities/PolyEditInsertEdgeActivity.h

Include

#include "ToolActivities/PolyEditInsertEdgeActivity.h"

Source

/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Private/ToolActivities/PolyEditInsertEdgeActivity.cpp

Syntax

virtual bool CanAccept() const

Remarks

If true, calling End with EToolShutdownType::Accept will result in a valid completion of the activity. It's up to the tool whether to respect this or not, since End() should still end the activity.