Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Simple Mesh Plane Cutting Tool
| Name | UCSGMeshesTool |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/CSGMeshesTool.h |
| Include Path | #include "CSGMeshesTool.h" |
Syntax
UCLASS (MinimalAPI)
class UCSGMeshesTool : public UBaseCreateFromSelectedTool
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → UMultiSelectionTool → UMultiSelectionMeshEditingTool → UBaseCreateFromSelectedTool → UCSGMeshesTool
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCSGMeshesTool() |
CSGMeshesTool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void EnableTrimMode() |
CSGMeshesTool.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdatePreviewsMaterial() |
Update the material of ghostly preview meshes (used to show trimming or subtracting surface) | CSGMeshesTool.h | |
void UpdatePreviewsVisibility() |
Update visibility of ghostly preview meshes (used to show trimming or subtracting surface) | CSGMeshesTool.h | |
void UpdateVisualization() |
CSGMeshesTool.h |
Overridden from UBaseCreateFromSelectedTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ConvertInputsAndSetPreviewMaterials
(
bool bSetPreviewMesh |
CSGMeshesTool.h | ||
virtual FText GetActionName() |
CSGMeshesTool.h | ||
virtual FString GetCreatedAssetName() |
CSGMeshesTool.h | ||
virtual int32 GetHiddenGizmoIndex() |
CSGMeshesTool.h | ||
virtual bool KeepCollisionFrom
(
int32 TargetIdx |
CSGMeshesTool.h | ||
virtual void SaveProperties() |
CSGMeshesTool.h | ||
virtual void SetPreviewCallbacks() |
CSGMeshesTool.h | ||
virtual void SetupProperties() |
CSGMeshesTool.h |
Overridden from UMultiSelectionMeshEditingTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnShutdown
(
EToolShutdownType ShutdownType |
CSGMeshesTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| CSGMeshesTool.h |
Overridden from IDynamicMeshOperatorFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TUniquePtr< UE::Geometry::FDynamicMeshOperator > MakeNewOperator() |
IDynamicMeshOperatorFactory API. | CSGMeshesTool.h |