FPlanarReflectionRenderTarget

Windows
MacOS
Linux

Inheritance Hierarchy

FTexture

FRenderTarget

FPlanarReflectionRenderTarget

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/PlanarReflectionSceneProxy.h

Include

#include "PlanarReflectionSceneProxy.h"

Syntax

class FPlanarReflectionRenderTarget :
    public FTexture,
    public FRenderTarget

Constructors

Name Description

Public function

FPlanarReflectionRenderTarget

(
    FIntPoint InSize
)

Functions

Name Description

Public function

void

 

SetActiveGPUMask

(
    FRHIGPUMask InGPUMask
)

Changes the GPUMask used when updating the reflection capture in AFR.

Overridden from FTexture

Name Description

Public function Virtual Const

uint32

 

GetSizeX()

Returns the width of the texture in pixels.

Public function Virtual Const

uint32

 

GetSizeY()

Returns the height of the texture in pixels.

Overridden from FRenderResource

Name Description

Public function Virtual Const

FString

 

GetFriendlyName()

Public function Virtual

void

 

InitDynamicRHI()

Initializes the dynamic RHI resource and/or RHI render target used by this resource.

Overridden from FRenderTarget

Name Description

Public function Virtual Const

float

 

GetDisplayGamma()

Public function Virtual Const

FRHIGPUMask

 

GetGPUMask

(
    FRHICommandListImmediate& RHICmdLi...
)

Returns the GPU nodes on which to render this rendertarget.

Public function Virtual Const

const FTextu...

 

GetRenderTargetTexture()

Accessor for the surface RHI when setting this render target

Public function Virtual Const

FIntPoint

 

GetSizeXY()

Properties.

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