Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Set VertexSelection to be kinematic. Note that kinematic particles need skin weights.
| Name | FGeometryCollectionSetKinematicVertexSelectionNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionTransferVertexAttributeNode.h |
| Include Path | #include "Dataflow/GeometryCollectionTransferVertexAttributeNode.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FGeometryCollectionSetKinematicVertexSelectionNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FGeometryCollectionSetKinematicVertexSelectionNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGeometryCollectionSetKinematicVertexSelectionNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionTransferVertexAttributeNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| KinematicValue | ESetKinematicVertexSelectionKinematicValue | Dataflow/GeometryCollectionTransferVertexAttributeNode.h |
|
|
| VertexSelection | DATAFLOW_NODE_DEFINE_INTERNAL(FGeometryCollectionSetKinematicVertexSelectionNode, "SetKinematicVertexSelection", "GeometryCollection", "Set VertexCollection to be kinematic") public FDataflowVertexSelection | Vertex Selection set to be kinematic | Dataflow/GeometryCollectionTransferVertexAttributeNode.h |
|