Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
References
| |
|
| Module |
GeometryCollectionNodes |
| Header |
/Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionTransferVertexAttributeNode.h |
| Include |
#include "Dataflow/GeometryCollectionTransferVertexAttributeNode.h" |
Syntax
enum EDataflowTransferVertexAttributeNodeSampleScale
{
Component_Edge,
Asset_Edge,
Asset_Bound,
Dataflow_Max,
}
Values
| Name |
Description |
| Component_Edge |
Bounding volume hierarchy cell size based on max edge length of each geometry group |
| Asset_Edge |
Bounding volume hierarchy cell size based on max edge length of the whole asset |
| Asset_Bound |
Bounding volume hierarchy cell size based on max length of the bounding box of the whole asset |
| Dataflow_Max |
256th entry |