Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FStaticMeshToMeshDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMeshNodes.h |
| Include | #include "Dataflow/GeometryCollectionMeshNodes.h" |
Syntax
USTRUCT&40;Meta&61;&40;DataflowGeometryCollection&41;&41;
struct FStaticMeshToMeshDataflowNode : public FDataflowNode
Remarks
Converts a StaticMesh into a DynamicMesh
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseHiRes | Output the HiRes representation, if set to true and HiRes doesn't exist it will output empty mesh | |
| int32 | LODLevel | Specifies the LOD level to use | |
| TObjectPtr< UDynamicMesh > | Mesh | Output mesh | |
| TObjectPtr< UStaticMesh > | StaticMesh | StaticMesh to convert |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStaticMeshToMeshDataflowNode
(
const Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| FName | |||
| FString | StaticTags () |
||
| FString | |||
| FName | StaticType () |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation | |
| FName | GetCategory () |
||
| FName | |||
| FString | GetTags () |
||
| FName | GetType () |
||
| bool | |||
| FStructOnScope * | |||
| void | SerializeInternal
(
FArchive& Ar |
Struct Support | |
| const UScriptStruct * |