Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Collects information from the DynamicMesh and outputs it into a formatted string
| Name | FMeshInfoDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMeshNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionMeshNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FMeshInfoDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FMeshInfoDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMeshInfoDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMeshNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| InfoString | DATAFLOW_NODE_DEFINE_INTERNAL(FMeshInfoDataflowNode, "MeshInfo", "Mesh | Utilities", "") public FString | DynamicMesh for the information Formatted output string | Dataflow/GeometryCollectionMeshNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionMeshNodes.h |