Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingCore
References
| Module | DMXPixelMappingCore |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingCore/Public/DMXPixelMappingUtils.h |
| Include | #include "DMXPixelMappingUtils.h" |
Syntax
struct FDMXPixelMappingUtils
Remarks
Core helper classes
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanFitCellIntoChannels
(
EDMXCellFormat InPixelFormat, |
Checking is there enough channel space for giver offset | |
| uint32 | GetNumChannelsPerCell
(
EDMXCellFormat InPixelFormat |
Calculate amount of the channels | |
| uint32 | GetUniverseMaxChannels
(
EDMXCellFormat InPixelFormat, |
Dynamically calculate amount of the channels based on Pixel Format schema | |
| void | TextureDistributionSort
(
EDMXPixelMappingDistribution InDistribution, |
Sort a distribution array for texture |