UVoxelMorphologyMeshesTool

Morphology tool dilate, contract, close, open operations on the input shape

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/VoxelMorphologyMeshesTool.h

Include

#include "VoxelMorphologyMeshesTool.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class UVoxelMorphologyMeshesTool : public UBaseVoxelTool

Remarks

Morphology tool dilate, contract, close, open operations on the input shape

Variables

Name Description

Protected variable UProperty

UVoxelMorpholog...

 

MorphologyProperties

Constructors

Name Description

Public function

UVoxelMorphologyMeshesTool()

Overridden from UBaseCreateFromSelectedTool

Name Description

Protected function Virtual Const

FText

 

GetActionName()

Return the name of the action to be used in the Undo stack

Protected function Virtual Const

FString

 

GetCreatedAssetName()

Return the name to be used for generated assets.

Protected function Virtual

void

 

SaveProperties()

Saves VoxProperties; typically need to overload and call "Super::SaveProperties();"

Protected function Virtual

void

 

SetupProperties()

Sets up VoxProperties; typically need to overload and call "Super::SetupProperties();"

Overridden from IDynamicMeshOperatorFactory

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss