unreal.DataflowTransferVertexAttributeNodeSourceScale

class unreal.DataflowTransferVertexAttributeNodeSourceScale

Bases: EnumBase

EDataflow Transfer Vertex Attribute Node Source Scale

C++ Source:

  • Plugin: GeometryCollectionPlugin

  • Module: GeometryCollectionNodes

  • File: GeometryCollectionTransferVertexAttributeNode.h

ASSET_BOUND: DataflowTransferVertexAttributeNodeSourceScale = Ellipsis

Bounding volume hierarchy cell size based on max length of the bounding box of the whole asset

Type:

2

ASSET_EDGE: DataflowTransferVertexAttributeNodeSourceScale = Ellipsis

Bounding volume hierarchy cell size based on max edge length of the whole asset

Type:

1

COMPONENT_EDGE: DataflowTransferVertexAttributeNodeSourceScale = Ellipsis

Bounding volume hierarchy cell size based on max edge length of each geometry group. Only works if there is 1-1 correspondence between source and target geometries, otherwise default to Asset Max Edge

Type:

0