UTextureRenderTarget2D::InitCustomFormat

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/TextureRenderTarget2D.h

Include

#include "Engine/TextureRenderTarget2D.h"

Source

/Engine/Source/Runtime/Engine/Private/TextureRenderTarget2D.cpp

Syntax

void InitCustomFormat
(
    uint32 InSizeX,
    uint32 InSizeY,
    EPixelFormat InOverrideFormat,
    bool bInForceLinearGamma
)

Remarks

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

Parameters

Parameter

Description

InSizeX

width of the texture

InSizeY

height of the texture

InFormat

format of the texture

bInForceLinearGame

forces render target to use linear gamma space

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