UDMXPixelMappingRendererComponent::GetPixelPosition

Get pixel position in downsample buffer target based on pixel index

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

FIntPoint GetPixelPosition
(
    int32 InIndex
) const

Remarks

Get pixel position in downsample buffer target based on pixel index

Returns

FIntPoint X and Y position of the pixel in texture

Parameters

Parameter

Description

InIndex

Index of the pixel in buffer 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