UDMXPixelMappingRendererComponent::GetDownsampleBufferPixels

Get Pixels color by given downsample pixel range.

Windows
MacOS
Linux

References

Module

DMXPixelMappingRuntime

Header

/Engine/Plugins/Experimental/DigitalMultiplex/DMXPixelMapping/Source/DMXPixelMappingRuntime/Public/Components/DMXPixelMappingRendererComponent.h

Include

#include "Components/DMXPixelMappingRendererComponent.h"

Source

/Engine/Plugins/Experimental/DigitalMultiplex/DMXPixelMapping/Source/DMXPixelMappingRuntime/Private/Components/DMXPixelMappingRendererComponent.cpp

Syntax

bool GetDownsampleBufferPixels
(
    const int32 InDownsamplePixelIndexStart,
    const int32 InDownsamplePixelIndexEnd,
    TArray< FLinearColor > & OutLinearColors
)

Remarks

Get Pixels color by given downsample pixel range. Returns false if no color values could be acquired

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