Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FRemoveOnBreakDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionNodes.h |
| Include | #include "Dataflow/GeometryCollectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FRemoveOnBreakDataflowNode : public FDataflowNode
Variables
| Type | Name | Description | ||
|---|---|---|---|---|
| bool | bClusterCrumbling | If applied to a cluster this will cause the cluster to crumble upon removal, otherwise will have no effect | ||
| bool | bEnabledRemoval | Whether or not to enable the removal on the selection | ||
| FVector2f | PostBreakTimer | How long after the break the removal will start ( Min / Max ) | ||
| FVector2f | RemovalTimer | How long removal will last ( Min / Max ) | ||
| DATAFLOW_NODE_DEFINE_INTERNAL(FRemoveOnBreakDataflowNode, "RemoveOnBreak", "GeometryCollection | Utili... | TransformSelection | Collection to set theremoval data on selection to apply the data on ( if not specified the entire collection will be set ) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRemoveOnBreakDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |