Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
| |
|
| Name |
ESelectSubjectTypeEnum |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSelectionNodes.h |
| Include Path |
#include "Dataflow/GeometryCollectionSelectionNodes.h" |
Syntax
enum ESelectSubjectTypeEnum
{
Dataflow_SelectSubjectType_Vertices,
Dataflow_SelectSubjectType_BoundingBox,
Dataflow_SelectSubjectType_Centroid,
Dataflow_Max,
}
Values
| Name |
Remarks |
| Dataflow_SelectSubjectType_Vertices |
InBox must contain the vertices of the bone |
| Dataflow_SelectSubjectType_BoundingBox |
InBox must contain the BoundingBox of the bone |
| Dataflow_SelectSubjectType_Centroid |
InBox must contain the centroid of the bone |
| Dataflow_Max |
256th entry |