unreal.DMXMVRSceneFixtureTypeToActorClassPair¶
- class unreal.DMXMVRSceneFixtureTypeToActorClassPair(actor_class: Class = Ellipsis)¶
Bases:
StructBaseDMXMVRScene Fixture Type to 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.fixture_type(DMXEntityFixtureType): [Read-Only] The Fixture Type of the Actor.