Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/Library
References
| Module | DMXRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/Library/DMXLibrary.h |
| Include | #include "Library/DMXLibrary.h" |
Syntax
USTRUCT (BlueprintType )
struct FDMXLibraryPortReferences
Remarks
Custom struct of in put and output port references for custom details customization with an enabled state
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FDMXInputPortReference > | InputPortReferences | Map of input port references of a Library | |
| TArray< FDMXOutputPortReference > | OutputPortReferences | Output ports of the Library of a Library |