FDMXPixelMappingUtils::CanFitCellIntoChannels

Checking is there enough channel space for giver offset

Windows
MacOS
Linux

References

Module

DMXPixelMappingCore

Header

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

Include

#include "DMXPixelMappingUtils.h"

Source

/Engine/Plugins/Experimental/DigitalMultiplex/DMXPixelMapping/Source/DMXPixelMappingCore/Private/DMXPixelMappingUtils.cpp

Syntax

static bool CanFitCellIntoChannels
(
    EDMXCellFormat InPixelFormat,
    uint32 InStartAddress
)

Remarks

Checking is there enough channel space for giver offset

Returns

True if it possible to fit at lease one pixel

Parameters

Parameter

Description

InPixelFormat

given pixel format. From 1 up to 4 colors per pixel

InStartAddress

start universe address

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