FImageTileAccumulator::AtPlaneData

Get the data for the appropriate tile.

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

FImageTilePlane & AtPlaneData
(
    int32 InTileX,
    int32 InTileY,
    int32 InChannel
)

Remarks

Get the data for the appropriate tile.

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