UTextureRenderTargetVolume::Init

Initialize the settings needed to create a render target texture and create its resource

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/TextureRenderTargetVolume.h

Include

#include "Engine/TextureRenderTargetVolume.h"

Source

/Engine/Source/Runtime/Engine/Private/TextureRenderTargetVolume.cpp

Syntax

void Init
(
    uint32 InSizeX,
    uint32 InSizeY,
    uint32 InSizeZ,
    EPixelFormat InFormat
)

Remarks

Initialize the settings needed to create a render target texture and create its resource

Parameters

Parameter

Description

InSizeX

width of the texture

InFormat

format of the 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