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