Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FGeometryCollectionTransferVertexAttributeNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionTransferVertexAttributeNode.h |
| Include | #include "Dataflow/GeometryCollectionTransferVertexAttributeNode.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FGeometryCollectionTransferVertexAttributeNode : public FDataflowNode
Remarks
Transfer float properties from a sample collection to a target collection.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EditConditionHides FCollectionAttributeKey | AttributeKey | ||
| EDataflowTransferVertexAttributeNodeBoundingVolume | BoundingVolumeType | Bounding volume type for source assets[default: Triangle] | |
| EditConditionHides float | BoundMultiplier | ||
| bool | bTransferSkinWeights | If kinematic skin weight attribute is transferred. | |
| Collection | |||
| FManagedArrayCollection | Collection | Target collection to transfer vertex attribute to. | |
| float | EdgeMultiplier | Edge multiplier for the Bounding Volume Hierarchy(BVH) target's particle search radius. | |
| EditCondition | The name of the vertex attribute to generate indices from. | ||
| EDataflowTransferVertexAttributeNodeFalloff | Falloff | Falloff of sample value based on distance from sample triangle[default: Squared] | |
| float | FalloffThreshold | Threshold based on distance from sample triangle.Values sampled past the threshold will falloff.[Defaults to 1 percent of triangle size(0.01)] | |
| FManagedArrayCollection | FromCollection | Sample collection to transfer vertex attribute from. | |
| EDataflowTransferVertexAttributeNodeSampleScale | SampleScale | Bounding volume hierarchy cell size for neighboring vertices to transfer into[default: Asset] |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGeometryCollectionTransferVertexAttributeNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FGeometryCollectionTransferVertexAttributeNode, |
|||
Typedefs
| Name | Description |
|---|---|
| BVH | |
| SphereType |