Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Update the proximity (contact) graph for the bones in a Collection
| Name | FProximityDataflowNode |
| 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 FProximityDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FProximityDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FProximityDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionNodes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRandomizeColor | bool | Randomize color per connection | Dataflow/GeometryCollectionNodes.h |
|
| bUseAsConnectionGraph | bool | Whether to automatically transform the proximity graph into a connection graph to be used for simulation | Dataflow/GeometryCollectionNodes.h |
|
| CenterColor | FLinearColor | Dataflow/GeometryCollectionNodes.h |
|
|
| CenterSize | float | Dataflow/GeometryCollectionNodes.h |
|
|
| Collection | FManagedArrayCollection | GeometryCollection to update the proximity graph on | Dataflow/GeometryCollectionNodes.h |
|
| Color | FLinearColor | Dataflow/GeometryCollectionNodes.h |
|
|
| ColorRandomSeed | int32 | Random seed | Dataflow/GeometryCollectionNodes.h |
|
| ContactAreaMethod | EConnectionContactAreaMethodEnum | The method used to compute contact areas for simulation purposes (only when 'Use As Connection Graph' is enabled) | Dataflow/GeometryCollectionNodes.h |
|
| ContactThreshold | float | If greater than zero, proximity will be additionally filtered by a 'contact' threshold, in cm, to exclude grazing / corner proximity. | Dataflow/GeometryCollectionNodes.h |
|
| EditCondition | If hull-based proximity detection is enabled, amount to expand hulls when searching for overlapping neighbors | Dataflow/GeometryCollectionNodes.h |
|
|
| FilterContactMethod | EProximityContactFilteringMethodEnum | How to use the Contact Threshold (if > 0) to filter out unwanted small or corner contacts from the proximity graph. | Dataflow/GeometryCollectionNodes.h |
|
| LineWidthMultiplier | float | Dataflow/GeometryCollectionNodes.h |
|
|
| ProximityMethod | EProximityMethodEnum | Which method to use to decide whether a given piece of geometry is in proximity with another | Dataflow/GeometryCollectionNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FProximityDataflowNode, |
Dataflow/GeometryCollectionNodes.h | ||
FGeometryCollection::StaticType() |
Dataflow/GeometryCollectionNodes.h |