Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
| Name | ESetKinematicVertexSelectionKinematicValue |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionTransferVertexAttributeNode.h |
| Include Path | #include "Dataflow/GeometryCollectionTransferVertexAttributeNode.h" |
Syntax
enum ESetKinematicVertexSelectionKinematicValue
{
SetKinematic,
SetNonKinematic,
}
Values
| Name | Remarks |
|---|---|
| SetKinematic | Set vertices to be kinematic |
| SetNonKinematic | Set vertices to be dynamic |