Navigation
API > API/Plugins > API/Plugins/ChaosFleshNodes > API/Plugins/ChaosFleshNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FKinematicSkeletonConstraintDataflowNode
References
| Module | ChaosFleshNodes |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshNodes/Public/Dataflow/ChaosFleshKinematicSkeletonConstraintNode.h |
| Include | #include "Dataflow/ChaosFleshKinematicSkeletonConstraintNode.h" |
Syntax
USTRUCT (Meta=(DataflowFlesh))
struct FKinematicSkeletonConstraintDataflowNode : public FDataflowNode
Remarks
Bind a animation driven skeleton hierarchy into the tetrahedron on the collection.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FManagedArrayCollection | Collection | Pass through collection to place constraints in to. | |
| FString | ExclusionList | Skeleton bones to exclude from the constraint. | |
| TObjectPtr< USkeleton > | SkeletonIn | Skeleton to constraint to the tetrahedron (Must be co-located with the tetrahedron). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FKinematicSkeletonConstraintDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FKinematicSkeletonConstraintDataflowNode, |
|||
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |
Typedefs
| Name | Description |
|---|---|
| DataType |