Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Base class for nodes that applying Geometry Script Mesh Processors
| Name | FMeshProcessorDataflowNodeBase |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMeshNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionMeshNodes.h" |
Syntax
USTRUCT ()
struct FMeshProcessorDataflowNodeBase :
public FDataflowNode ,
public FDataflowDynamicConnections::IOwnerInterface
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FMeshProcessorDataflowNodeBase
- FDataflowDynamicConnections::IOwnerInterface → FMeshProcessorDataflowNodeBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Dataflow/GeometryCollectionMeshNodes.h | |||
FMeshProcessorDataflowNodeBase
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMeshNodes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FMeshProcessorDataflowNodeBase() |
Dataflow/GeometryCollectionMeshNodes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlueprintChangeDelegateHandle | FDelegateHandle | Handling for the selected blueprint being changed under the node (e.g., recompiled) | Dataflow/GeometryCollectionMeshNodes.h | |
| DynamicConnections | FDataflowDynamicConnections | Dataflow/GeometryCollectionMeshNodes.h | ||
| OwningObject | TObjectPtr< UObject > | Remember the parent UObject so that we can properly parent MeshProcessorInstance when the MeshProcessor changes. | Dataflow/GeometryCollectionMeshNodes.h |
|
| PropertyBag | FInstancedPropertyBag | Dataflow/GeometryCollectionMeshNodes.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplyParametersToBlueprintInstance
(
UE::Dataflow::FContext& Context |
Dataflow/GeometryCollectionMeshNodes.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostSerialize
(
const FArchive& Ar |
Dataflow/GeometryCollectionMeshNodes.h |