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 |
- EditAnywhere
- BlueprintReadOnly
- Category=MVR
- NoClear
- Meta=(MustImplement="/Script/DMXFixtureActorInterface.DMXMVRFixtureActorInterface")
|
| FixtureType |
TSoftObjectPtr< UDMXEntityFixtureType > |
The Fixture Type of the Actor. |
MVR/DMXMVRSceneActor.h |
- VisibleAnywhere
- Category="MVR"
|