Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
| Name | UVoxelCSGMeshesTool |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/VoxelCSGMeshesTool.h |
| Include Path | #include "VoxelCSGMeshesTool.h" |
Syntax
UCLASS ()
class UVoxelCSGMeshesTool : public UBaseVoxelTool
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → UMultiSelectionTool → UMultiSelectionMeshEditingTool → UBaseCreateFromSelectedTool → UBaseVoxelTool → UVoxelCSGMeshesTool
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UVoxelCSGMeshesTool() |
VoxelCSGMeshesTool.h |
Functions
Public
Protected
Overridden from UBaseCreateFromSelectedTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ConvertInputsAndSetPreviewMaterials
(
bool bSetPreviewMesh |
VoxelCSGMeshesTool.h | ||
virtual FText GetActionName() |
VoxelCSGMeshesTool.h | ||
virtual FString GetCreatedAssetName() |
VoxelCSGMeshesTool.h | ||
virtual bool KeepCollisionFrom
(
int32 TargetIdx |
VoxelCSGMeshesTool.h | ||
virtual void SaveProperties() |
VoxelCSGMeshesTool.h | ||
virtual void SetupProperties() |
VoxelCSGMeshesTool.h |
Overridden from IDynamicMeshOperatorFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TUniquePtr< UE::Geometry::FDynamicMeshOperator > MakeNewOperator() |
IDynamicMeshOperatorFactory API. | VoxelCSGMeshesTool.h |