Navigation
API > API/Plugins > API/Plugins/GeometryFlowMeshProcessing
FCompactMeshNode compacts the input mesh, to remove gaps in the vertex/triangle indexing. This node can be applied in-place.
| Name | FCompactMeshNode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowMeshProcessing/Public/MeshProcessingNodes/CompactMeshNode.h |
| Include Path | #include "MeshProcessingNodes/CompactMeshNode.h" |
Syntax
class FCompactMeshNode : public UE::GeometryFlow::FProcessMeshBaseNode
Inheritance Hierarchy
- FNode → FProcessMeshBaseNode → FCompactMeshNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCompactMeshNode() |
MeshProcessingNodes/CompactMeshNode.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FProcessMeshBaseNode | MeshProcessingNodes/CompactMeshNode.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Version | int | MeshProcessingNodes/CompactMeshNode.h |
Functions
Public
Overridden from FProcessMeshBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ProcessMesh
(
const FNamedDataMap& DatasIn, |
FProcessMeshBaseNode API that subclasses must/can implement | MeshProcessingNodes/CompactMeshNode.h | |
virtual void ProcessMeshInPlace
(
const FNamedDataMap& DatasIn, |
MeshProcessingNodes/CompactMeshNode.h |
Overridden from FNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetType() |
MeshProcessingNodes/CompactMeshNode.h | ||
virtual int32 GetVersionID() |
MeshProcessingNodes/CompactMeshNode.h | ||
virtual bool IsA
(
FName InType |
MeshProcessingNodes/CompactMeshNode.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName StaticType() |
MeshProcessingNodes/CompactMeshNode.h |