FDMXPixelMappingUtils

Core helper classes

Windows
MacOS
Linux

References

Module

DMXPixelMappingCore

Header

/Engine/Plugins/Experimental/DigitalMultiplex/DMXPixelMapping/Source/DMXPixelMappingCore/Public/DMXPixelMappingUtils.h

Include

#include "DMXPixelMappingUtils.h"

Syntax

struct FDMXPixelMappingUtils

Remarks

Core helper classes

Functions

Name Description

Public function Static

bool

 

CanFitCellIntoChannels

(
    EDMXCellFormat InPixelFormat,
    uint32 InStartAddress
)

Checking is there enough channel space for giver offset

Public function Static

uint32

 

GetNumChannelsPerCell

(
    EDMXCellFormat InPixelFormat
)

Calculate amount of the channels

Public function Static

uint32

 

GetUniverseMaxChannels

(
    EDMXCellFormat InPixelFormat,
    uint32 InStartAddress
)

Dynamically calculate amount of the channels based on Pixel Format schema

Public function Static

void

 

TextureDistributionSort

(
    EDMXPixelMappingDistribution InDist...,
    const int32& InNumXPanels,
    const int32& InNumYPanels,
    const TArray< T >& InUnorderedList,
    TArray< T >& OutSortedList
)

Sort a distribution array for texture

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss