UKismetRenderingLibrary::ClearRenderTarget2D

Clears the specified render target with the given ClearColor.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetRenderingLibrary.h

Include

#include "Kismet/KismetRenderingLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetRenderingLibrary.cpp

Syntax

static void ClearRenderTarget2D
(
    UObject * WorldContextObject,
    UTextureRenderTarget2D * TextureRenderTarget,
    FLinearColor ClearColor
)

Remarks

Clears the specified render target with the given ClearColor.

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