FImageTileAccumulator::GetPlaneIndex

Get the tile index in the ImagePlanes list.

Windows
MacOS
Linux

References

Module

MovieRenderPipelineCore

Header

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MovieRenderTileImage.h

Include

#include "MovieRenderTileImage.h"

Source

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MovieRenderTileImage.cpp

Syntax

int32 GetPlaneIndex
(
    int32 InTileX,
    int32 InTileY,
    int32 InChannel
) const

Remarks

Get the tile index in the ImagePlanes list.

Parameters

Parameter

Description

InTileX

Horizontal tile.

InTileY

Vertical tile.

InChannel

Channel index.

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