Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRuntime > API/Plugins/DMXPixelMappingRuntime/Blueprint > API/Plugins/DMXPixelMappingRuntime/Blueprint/UDMXPixelMappingSubsystem
References
| Module | DMXPixelMappingRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRuntime/Public/Blueprint/DMXPixelMappingSubsystem.h |
| Include | #include "Blueprint/DMXPixelMappingSubsystem.h" |
| Source | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRuntime/Private/Blueprint/DMXPixelMappingSubsystem.cpp |
UFUNCTION&40;BlueprintPure,
Meta&61;&40;BlueprintInternalUseOnly&61;"true", AutoCreateRefTerm&61;"InComponentName"&41;,
Category&61;"DMX&124;PixelMapping"&41;
UDMXPixelMappingOutputDMXComponent &42; GetOutputDMXComponent
&40;
UDMXPixelMapping &42; InDMXPixelMapping,
const FName & InComponentName
&41;
Remarks
Get OutputDMX component. Only for K2 blueprint nodes Pointer to the component or nullptr
Parameters
| Name | Description |
|---|---|
| InDMXPixelMapping | Pixel Mapping UObject Asset |
| InComponentName | Name of looking OutputDMX component |