Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
URetriangulateGeometrySelectionCommand
| Name | URetriangulateGeometrySelectionCommand |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Commands/RetriangulateGeometrySelectionCommand.h |
| Include Path | #include "Commands/RetriangulateGeometrySelectionCommand.h" |
Syntax
UCLASS (MinimalAPI)
class URetriangulateGeometrySelectionCommand : public UGeometrySelectionEditCommand
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveCommand → UGeometrySelectionEditCommand → URetriangulateGeometrySelectionCommand
Functions
Public
Overridden from UGeometrySelectionEditCommand
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AllowEmptySelection() |
Commands/RetriangulateGeometrySelectionCommand.h | ||
virtual bool CanExecuteCommandForSelection
(
UGeometrySelectionEditCommandArguments* Arguments |
Commands/RetriangulateGeometrySelectionCommand.h | ||
virtual void ExecuteCommandForSelection
(
UGeometrySelectionEditCommandArguments* Arguments, |
Commands/RetriangulateGeometrySelectionCommand.h |
Overridden from UInteractiveCommand
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetCommandShortString() |
Commands/RetriangulateGeometrySelectionCommand.h |