Navigation
API > API/Plugins > API/Plugins/DMXRuntime
| Name | FDMXMVRSceneFixtureTypeToActorClassPair |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/MVR/DMXMVRSceneActor.h |
| Include Path | #include "MVR/DMXMVRSceneActor.h" |
Syntax
USTRUCT (BlueprintType )
struct FDMXMVRSceneFixtureTypeToActorClassPair
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActorClass | TSoftClassPtr< AActor > | The Actor Class that should be or was spawned. | MVR/DMXMVRSceneActor.h |
|
| FixtureType | TSoftObjectPtr< UDMXEntityFixtureType > | The Fixture Type of the Actor. | MVR/DMXMVRSceneActor.h |
|