Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Update the Volume and Size attributes on the target Collection (and add them if they were not present)
| Name | FUpdateVolumeAttributesDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionUtilityNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionUtilityNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FUpdateVolumeAttributesDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FUpdateVolumeAttributesDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL(FUpdateVolumeAttributesDataflowNode, "UpdateVolumeAttributes", "GeometryCollection|Utilities", "") public FUpdateVolumeAttributesDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionUtilityNodes.h |
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionUtilityNodes.h |