unreal.InterchangeLevelInstanceActorFactoryNode

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

Bases: InterchangeActorFactoryNode

Interchange Level Instance Actor Factory Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeFactoryNodes

  • File: InterchangeLevelInstanceActorFactoryNode.h

get_custom_level_reference() str or None

Get the Level this Level instance actor refer to.

Returns:

attribute_value (str):

Return type:

str or None

set_custom_level_reference(attribute_value) bool

Set the Level this Level instance actor refer to.

Parameters:

attribute_value (str)

Return type:

bool