TVoxMorphologyMeshNode

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FNode

TProcessMeshWithSettingsBaseNode

TVoxMorphologyMeshNode

References

Module

GeometryFlowMeshProcessing

Header

/Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowMeshProcessing/Public/MeshProcessingNodes/MeshVoxMorphologyNode.h

Include

#include "MeshProcessingNodes/MeshVoxMorphologyNode.h"

Syntax

template<TImplicitMorphology< FDynamicMesh3 >::EMorphologyOp MorphologyOp>
class TVoxMorphologyMeshNode : public UE::GeometryFlow::TProcessMeshWithSettingsBaseNode< FVoxMorphologyOpSettings >

Functions

Name Description

Public function

void

 

ApplyMorphology

(
    const FDynamicMesh3& MeshIn,
    const FVoxMorphologyOpSettings& Se...,
    FDynamicMesh3& MeshOut
)

Overridden from TProcessMeshWithSettingsBaseNode

Name Description

Public function Virtual

void

 

ProcessMesh

(
    const FNamedDataMap& DatasIn,
    const FVoxMorphologyOpSettings& Se...,
    const FDynamicMesh3& MeshIn,
    FDynamicMesh3& MeshOut,
    TUniquePtr< FEvaluationInfo >& Eva...
)