Navigation
API > API/Plugins > API/Plugins/GeometryFlowMeshProcessing
| Name | TProcessMeshWithSettingsBaseNode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowMeshProcessing/Public/MeshProcessingNodes/MeshProcessingBaseNodes.h |
| Include Path | #include "MeshProcessingNodes/MeshProcessingBaseNodes.h" |
Syntax
template<typename SettingsType>
class TProcessMeshWithSettingsBaseNode : public UE::GeometryFlow::FNode
Inheritance Hierarchy
- FNode → TProcessMeshWithSettingsBaseNode
Derived Classes
TProcessMeshWithSettingsBaseNode derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TProcessMeshWithSettingsBaseNode() |
MeshProcessingNodes/MeshProcessingBaseNodes.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| SettingsDataType | TMovableData< SettingsType, SettingsType::DataTypeIdentifier > | MeshProcessingNodes/MeshProcessingBaseNodes.h | |
| Super | FNode | MeshProcessingNodes/MeshProcessingBaseNodes.h |
Functions
Public
Overridden from FNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
const FNamedDataMap& DatasIn, |
MeshProcessingNodes/MeshProcessingBaseNodes.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CheckAdditionalInputs
(
const FNamedDataMap& DatasIn, |
MeshProcessingNodes/MeshProcessingBaseNodes.h | ||
virtual void ProcessMesh
(
const FNamedDataMap& DatasIn, |
MeshProcessingNodes/MeshProcessingBaseNodes.h | ||
virtual void ProcessMeshInPlace
(
const FNamedDataMap& DatasIn, |
MeshProcessingNodes/MeshProcessingBaseNodes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString InParamMesh() |
MeshProcessingNodes/MeshProcessingBaseNodes.h | ||
static const FString InParamSettings() |
MeshProcessingNodes/MeshProcessingBaseNodes.h | ||
static const FString OutParamResultMesh() |
MeshProcessingNodes/MeshProcessingBaseNodes.h |