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