Navigation
API > API/Plugins > API/Plugins/GeometryFlowMeshProcessing
Recompute Normals overlay for input Mesh. Can apply in-place.
| Name | FComputeMeshNormalsNode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowMeshProcessing/Public/MeshProcessingNodes/MeshNormalsNodes.h |
| Include Path | #include "MeshProcessingNodes/MeshNormalsNodes.h" |
Syntax
class FComputeMeshNormalsNode : public UE::GeometryFlow::TProcessMeshWithSettingsBaseNode< FMeshNormalsSettings >
Inheritance Hierarchy
- FNode → TProcessMeshWithSettingsBaseNode → FComputeMeshNormalsNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FComputeMeshNormalsNode() |
MeshProcessingNodes/MeshNormalsNodes.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FNode | MeshProcessingNodes/MeshNormalsNodes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Version | int | MeshProcessingNodes/MeshNormalsNodes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ComputeNormals
(
const FMeshNormalsSettings& Settings, |
MeshProcessingNodes/MeshNormalsNodes.h |
Overridden from TProcessMeshWithSettingsBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ProcessMesh
(
const FNamedDataMap& DatasIn, |
MeshProcessingNodes/MeshNormalsNodes.h | ||
virtual void ProcessMeshInPlace
(
const FNamedDataMap& DatasIn, |
MeshProcessingNodes/MeshNormalsNodes.h |
Overridden from FNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetType() |
MeshProcessingNodes/MeshNormalsNodes.h | ||
virtual int32 GetVersionID() |
MeshProcessingNodes/MeshNormalsNodes.h | ||
virtual bool IsA
(
FName InType |
MeshProcessingNodes/MeshNormalsNodes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName StaticType() |
MeshProcessingNodes/MeshNormalsNodes.h |