Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
| |
|
| Name |
EDataflowTransferVertexAttributeNodeSourceScale |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionTransferVertexAttributeNode.h |
| Include Path |
#include "Dataflow/GeometryCollectionTransferVertexAttributeNode.h" |
Syntax
enum EDataflowTransferVertexAttributeNodeSourceScale
{
Component_Edge,
Asset_Edge,
Asset_Bound,
Dataflow_Max,
}
Values
| Name |
Remarks |
| 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 |