Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Compute information about the volume of a collection specific transform or root
| Name | FComputeVolumeStatsDataflowNode |
| 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 FComputeVolumeStatsDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FComputeVolumeStatsDataflowNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Collection | FManagedArrayCollection | Collection to collect the stats from | Dataflow/GeometryCollectionUtilityNodes.h |
|
| ConvexVolume | float | Volume of the single wrapping convex around the geometry in cm3 | Dataflow/GeometryCollectionUtilityNodes.h |
|
| EmptySpaceCubeSize | float | Cube size of the empty space volume (cubic root of the volume = Edge size of a cube of similar volume) | Dataflow/GeometryCollectionUtilityNodes.h |
|
| GeometryVolume | float | Volume of the geometry in cm3 | Dataflow/GeometryCollectionUtilityNodes.h |
|
| TransformIndex | int32 | Selection to consider , if set to -1 or not a valid transform in the collection, the root will be considered | Dataflow/GeometryCollectionUtilityNodes.h |
|
| VolumePercentage | float | Percentage of the geometry volume in relation to the wrapping convex volume ( GeometryVolume / ConvexVolume * 100 ) | Dataflow/GeometryCollectionUtilityNodes.h |
|
| VolumeRatio | float | Ratio of the geometry volume in relation to the wrapping convex volume ( GeometryVolume / ConvexVolume ) | Dataflow/GeometryCollectionUtilityNodes.h |
|