UMeshToVolumeToolProperties

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

MeshModelingToolsEditorOnly

Header

/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnly/Public/MeshToVolumeTool.h

Include

#include "MeshToVolumeTool.h"

Syntax

UCLASS()
class UMeshToVolumeToolProperties : public UInteractiveToolPropertySet

Variables

Name Description

Public variable UProperty Category, EditAnywhere

EMeshToVolumeMo...

 

ConversionMode

Method for converting the input mesh to a set of Planar Polygonal Faces in the output Volume.

Public variable UProperty Category, EditAnywhere, Meta

TSubclassOf< cl...

 

NewVolumeType

Type of new Volume to create on Accept

Public variable UProperty Category, EditAnywhere

TLazyObjectPtr<...

 

TargetVolume

If set, the target Volume will be updated, rather than creating a new Volume.