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

  • gdtf (DMXImportGDTF): [Read-Only] The GDTF of the Actor (may not correlate with its Patch after the Patch changed)

property actor_class: Class

[Read-Only] The Actor Class that should be or was spawned

Type:

(Class)