Navigation
API > API/Plugins > API/Plugins/ChaosFleshNodes
Visualizes a muscle fiber direction per tetrahedron from a GeometryCollection containing tetrahedra.
| Name | FVisualizeFiberFieldNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshNodes/Public/Dataflow/ChaosFleshVisualizeFiberFieldNode.h |
| Include Path | #include "Dataflow/ChaosFleshVisualizeFiberFieldNode.h" |
Syntax
USTRUCT (Meta=(DataflowFlesh))
struct FVisualizeFiberFieldNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FVisualizeFiberFieldNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVisualizeFiberFieldNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/ChaosFleshVisualizeFiberFieldNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Collection | FManagedArrayCollection | Dataflow/ChaosFleshVisualizeFiberFieldNode.h |
|
|
| VectorField | FFieldCollection | Dataflow/ChaosFleshVisualizeFiberFieldNode.h |
|
|
| VectorScale | float | Dataflow/ChaosFleshVisualizeFiberFieldNode.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FVisualizeFiberFieldNode, |
Dataflow/ChaosFleshVisualizeFiberFieldNode.h | ||
FFieldCollection::StaticType() |
Dataflow/ChaosFleshVisualizeFiberFieldNode.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/ChaosFleshVisualizeFiberFieldNode.h |