FImageTilePlane::Init

Initialize the memory. Before using the memory, we also will need a call to ZeroPlane.

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

void Init
(
    int32 InSizeX,
    int32 InSizeY
)

Remarks

Initialize the memory. Before using the memory, we also will need a call to ZeroPlane.

Parameters

Parameter

Description

InSizeX

Horizontal size of the tile.

InSizeY

Vertical size of the tile.

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