Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Visualizing fracture/cluster info in fractured collection
| Name | FVisualizeFractureDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionFracturingNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionFracturingNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FVisualizeFractureDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FVisualizeFractureDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVisualizeFractureDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionFracturingNodes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Attribute | FString | Dataflow/GeometryCollectionFracturingNodes.h |
|
|
| bApplyColor | bool | Dataflow/GeometryCollectionFracturingNodes.h |
|
|
| bApplyExplodedView | bool | Use cluster level for coloring and explode | Dataflow/GeometryCollectionFracturingNodes.h |
|
| Collection | FManagedArrayCollection | Collection to visualize | Dataflow/GeometryCollectionFracturingNodes.h |
|
| ColoringType | EDataflowVisualizeFractureColoringType | Dataflow/GeometryCollectionFracturingNodes.h |
|
|
| ExplodeAmount | float | Scale amount to expand the pieces uniformly in all directions | Dataflow/GeometryCollectionFracturingNodes.h |
|
| Level | int32 | Dataflow/GeometryCollectionFracturingNodes.h |
|
|
| Max | FMaxSettings | Dataflow/GeometryCollectionFracturingNodes.h |
|
|
| Min | FMinSettings | Dataflow/GeometryCollectionFracturingNodes.h |
|
|
| Offset | FVector | Translate collection for exploded view | Dataflow/GeometryCollectionFracturingNodes.h |
|
| RandomColorRangeMax | int32 | Dataflow/GeometryCollectionFracturingNodes.h |
|
|
| RandomColorRangeMin | int32 | Dataflow/GeometryCollectionFracturingNodes.h |
|
|
| RandomSeed | int32 | Seed for random | Dataflow/GeometryCollectionFracturingNodes.h |
|
| Scale | FVector | Scale amounts to expand the pieces in all 3 directions | Dataflow/GeometryCollectionFracturingNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FVisualizeFractureDataflowNode, |
Dataflow/GeometryCollectionFracturingNodes.h | ||
FGeometryCollection::StaticType() |
Dataflow/GeometryCollectionFracturingNodes.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionFracturingNodes.h |