Navigation
API > API/Plugins > API/Plugins/ChaosFleshNodes > API/Plugins/ChaosFleshNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FAuthorSceneCollisionCandidates
References
| Module | ChaosFleshNodes |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshNodes/Public/Dataflow/ChaosFleshKinematicInitializationNodes.h |
| Include | #include "Dataflow/ChaosFleshKinematicInitializationNodes.h" |
Syntax
USTRUCT (Meta=(DataflowFlesh))
struct FAuthorSceneCollisionCandidates : public FDataflowNode
Remarks
Marks mesh vertices as candidates for scene collision raycasts. Each vertex has an associated bone index to use as the origin of the raycast. The runtime distance between the vertex and the bone designates the range of the scene query depth.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSurfaceVerticesOnly | Restricts vertices to only ones on the surface. All vertices otherwise. | |
| DATAFLOW_NODE_DEFINE_INTERNAL(FAuthorSceneCollisionCandidates, "AuthorSceneCollisionCandidates", "Fl... | Collection | ||
| int32 | OriginBoneIndex | Bone index to use as the world raycast origin. -1 denotes the component transform. | |
| TArray< int32 > | VertexIndices | Indices to use with environment collisions. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAuthorSceneCollisionCandidates
(
const Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation |