Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRuntime > API/Plugins/DMXPixelMappingRuntime/Blueprint
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USubsystem
- UDynamicSubsystem
- UEngineSubsystem
- UDMXPixelMappingSubsystem
References
| Module | DMXPixelMappingRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRuntime/Public/Blueprint/DMXPixelMappingSubsystem.h |
| Include | #include "Blueprint/DMXPixelMappingSubsystem.h" |
Syntax
UCLASS&40;&41;
class UDMXPixelMappingSubsystem : public UEngineSubsystem
Functions
| Type | Name | Description | |
|---|---|---|---|
| UDMXPixelMapping * | GetDMXPixelMapping
(
UDMXPixelMapping* InPixelMapping |
Load Pixel Mapping asset | |
| UDMXPixelMappingSubsystem * | Get a DMX PixelMapping Subsystem, callable version | ||
| UDMXPixelMappingSubsystem * | Get a DMX PixelMapping Subsystem, pure version | ||
| UDMXPixelMappingFixtureGroupComponent * | GetFixtureGroupComponent
(
UDMXPixelMapping* InDMXPixelMapping, |
Get FixtureGroup component. Only for K2 blueprint nodes | |
| UDMXPixelMappingMatrixComponent * | GetMatrixComponent
(
UDMXPixelMapping* InDMXPixelMapping, |
Get Matrix component. Only for K2 blueprint nodes | |
| UDMXPixelMappingOutputDMXComponent * | GetOutputDMXComponent
(
UDMXPixelMapping* InDMXPixelMapping, |
Get OutputDMX component. Only for K2 blueprint nodes | |
| UDMXPixelMappingRendererComponent * | GetRendererComponent
(
UDMXPixelMapping* InDMXPixelMapping, |
Get Renderer component. Only for K2 blueprint nodes |