Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/Library
Inheritance Hierarchy
- FDMXEntityReference
- FDMXEntityFixturePatchRef
References
| Module | DMXRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/Library/DMXEntityReference.h |
| Include | #include "Library/DMXEntityReference.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="DMX Fixture Patch Ref"))
struct FDMXEntityFixturePatchRef : public FDMXEntityReference
Remarks
Represents a Fixture Patch from a DMX Library. Used to store a reference to a Fixture Patch outside the DMX Library
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXEntityFixturePatchRef
(
UDMXEntityFixturePatch* InFixturePatch |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UDMXEntityFixturePatch * | Specialized GetEntity() to return it already cast |