unreal.DataflowTransferNodeSampleScale¶
- class unreal.DataflowTransferNodeSampleScale¶
Bases:
EnumBaseEDataflow Transfer Node Sample Scale
C++ Source:
Plugin: GeometryCollectionPlugin
Module: GeometryCollectionDepNodes
File: GeometryCollectionTransferVertexScalarAttributeDepNode.h
- DATAFLOW_TRANSFER_ASSET_BOUND: DataflowTransferNodeSampleScale = Ellipsis¶
Bounding volume hierarchy cell size based on max length of the bounding box of the whole asset
- Type:
2
- DATAFLOW_TRANSFER_ASSET_EDGE: DataflowTransferNodeSampleScale = Ellipsis¶
Bounding volume hierarchy cell size based on max edge length of the whole asset
- Type:
1
- DATAFLOW_TRANSFER_COMPONENT_EDGE: DataflowTransferNodeSampleScale = Ellipsis¶
Bounding volume hierarchy cell size based on max edge length of each geometry group
- Type:
0