unreal.InterchangeActorFactoryNode

class unreal.InterchangeActorFactoryNode(outer=None, name='None')

Bases: unreal.InterchangeBaseNode

Interchange Actor Factory Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeNodes

  • File: InterchangeActorFactoryNode.h

get_custom_actor_class_name() str or None

Get Custom Actor Class Name

Returns

attribute_value (str):

Return type

str or None

get_custom_global_transform() Transform or None

Get Custom Global Transform

Returns

attribute_value (Transform):

Return type

Transform or None

set_custom_actor_class_name(attribute_value) bool

Set Custom Actor Class Name

Parameters

attribute_value (str) –

Return type

bool

set_custom_global_transform(attribute_value) bool

Set Custom Global Transform

Parameters

attribute_value (Transform) –

Return type

bool