Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/MVR
References
| Module | DMXRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/MVR/DMXMVRSceneActor.h |
| Include | #include "MVR/DMXMVRSceneActor.h" |
Syntax
USTRUCT (BlueprintType ,
Meta=(Deprecated="Deprecated 5.5. Instead use DMXMVRSceneFixtureTypeToActorClassPair"))
struct FDMXMVRSceneGDTFToActorClassPair
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSoftClassPtr< AActor > | ActorClass | The Actor Class that should be or was spawned. | |
| TSoftObjectPtr< UDMXImportGDTF > | GDTF | The GDTF of the Actor. |