Choose your operating system:
Windows
macOS
Linux
| UInteractiveToolActivity::CanAccept()
|
Module |
|
Header |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/ToolActivities/PolyEditPlanarProjectionUVActivity.h |
Include |
#include "ToolActivities/PolyEditPlanarProjectionUVActivity.h" |
Source |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Private/ToolActivities/PolyEditPlanarProjectionUVActivity.cpp |
virtual bool CanAccept() const
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.