unreal.DMXMVRSceneGDTFToActorClassPair

class unreal.DMXMVRSceneGDTFToActorClassPair(actor_class: Class = Ellipsis)

Bases: StructBase

DMXMVRScene GDTFTo Actor Class Pair

C++ Source:

  • Plugin: DMXEngine

  • Module: DMXRuntime

  • File: DMXMVRSceneActor.h

Editor Properties: (see get_editor_property/set_editor_property)

  • actor_class (Class): [Read-Write] The Actor Class that should be or was spawned. Only Actors that implement the MVR Fixture Actor Interface can be used.

  • gdtf (DMXImportGDTF): [Read-Only] The GDTF of the Actor.

property actor_class: Class

[Read-Only] The Actor Class that should be or was spawned. Only Actors that implement the MVR Fixture Actor Interface can be used.

Type:

(Class)