unreal.InterchangeHeterogeneousVolumeActorFactoryNode

class unreal.InterchangeHeterogeneousVolumeActorFactoryNode(outer: Object | None = None, name: Name | str = 'None')

Bases: InterchangeActorFactoryNode

Interchange Heterogeneous Volume Actor Factory Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeFactoryNodes

  • File: InterchangeHeterogeneousVolumeActorFactoryNode.h

get_custom_volumetric_material_uid() str or None

Gets the Uid of the material that should be assigned to the spawned HeterogeneousVolumeActor at its single material slot

Returns:

material_factory_node_uid (str):

Return type:

str or None

set_custom_volumetric_material_uid(material_factory_node_uid) bool

Sets the Uid of the material that should be assigned to the spawned HeterogeneousVolumeActor at its single material slot

Parameters:

material_factory_node_uid (str)

Return type:

bool