Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Which sphere radius to use when computing radius-based target edge lengths
| Name | ESubdivideEdgeRadiusReference |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSamplingNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionSamplingNodes.h" |
Syntax
enum ESubdivideEdgeRadiusReference
{
Larger,
Smaller,
Average,
}
Values
| Name | Remarks |
|---|---|
| Larger | Use the larger of the two sphere radii on the edge. |
| Smaller | Use the smaller of the two sphere radii on the edge. |
| Average | Use the average of the two sphere radii on the edge. |