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&40;Meta&61;&40;DataflowGeometryCollection&41;&41;
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 | |
| FManagedArrayCollection | Collection | Collection to set theremoval data on | |
| FVector2f | PostBreakTimer | How long after the break the removal will start ( Min / Max ) | |
| FVector2f | RemovalTimer | How long removal will last ( Min / Max ) | |
| FDataflowTransformSelection | TransformSelection | Selection to apply the data on ( if not specified the entire collection will be set ) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRemoveOnBreakDataflowNode
(
const Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| FName | |||
| FString | StaticTags () |
||
| FString | |||
| FName | StaticType () |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation | |
| FName | GetCategory () |
||
| FName | |||
| FString | GetTags () |
||
| FName | GetType () |
||
| bool | |||
| FStructOnScope * | |||
| void | SerializeInternal
(
FArchive& Ar |
Struct Support | |
| const UScriptStruct * |