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