Navigation
API > API/Plugins > API/Plugins/DMXRuntime
Represents a Fixture Type from a DMX Library. Used to store a reference to a Fixture Type outside the DMX Library
| Name | FDMXEntityFixtureTypeRef |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/Library/DMXEntityReference.h |
| Include Path | #include "Library/DMXEntityReference.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="DMX Fixture Type Ref"))
struct FDMXEntityFixtureTypeRef : public FDMXEntityReference
Inheritance Hierarchy
- FDMXEntityReference → FDMXEntityFixtureTypeRef
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Library/DMXEntityReference.h | |||
FDMXEntityFixtureTypeRef
(
UDMXEntityFixtureType* InFixtureType |
Library/DMXEntityReference.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDMXEntityFixtureType * GetFixtureType() |
Specialized GetEntity() to return it already cast | Library/DMXEntityReference.h |