Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FPlanarReflectionRenderTarget |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/PlanarReflectionSceneProxy.h |
| Include Path | #include "PlanarReflectionSceneProxy.h" |
Syntax
class FPlanarReflectionRenderTarget :
public FTexture ,
public FRenderTarget
Inheritance Hierarchy
- FRenderResource → FTexture → FPlanarReflectionRenderTarget
- FTexture → FPlanarReflectionRenderTarget
- FRenderTarget → FPlanarReflectionRenderTarget
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPlanarReflectionRenderTarget
(
FIntPoint InSize |
PlanarReflectionSceneProxy.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActiveGPUMask | FRHIGPUMask | PlanarReflectionSceneProxy.h | ||
| Size | FIntPoint | PlanarReflectionSceneProxy.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetActiveGPUMask
(
FRHIGPUMask InGPUMask |
Changes the GPUMask used when updating the reflection capture with multi-GPU. | PlanarReflectionSceneProxy.h |
Overridden from FTexture
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual uint32 GetSizeX() |
Returns the width of the texture in pixels. | PlanarReflectionSceneProxy.h | |
virtual uint32 GetSizeY() |
Returns the height of the texture in pixels. | PlanarReflectionSceneProxy.h |
Overridden from FRenderResource
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetFriendlyName() |
PlanarReflectionSceneProxy.h | ||
virtual void InitRHI
(
FRHICommandListBase& |
PlanarReflectionSceneProxy.h |
Overridden from FRenderTarget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual float GetDisplayGamma() |
PlanarReflectionSceneProxy.h | ||
virtual FRHIGPUMask GetGPUMask
(
FRHICommandListImmediate& RHICmdList |
Returns the GPU nodes on which to render this render target. | PlanarReflectionSceneProxy.h | |
virtual FIntPoint GetSizeXY() |
Properties. | PlanarReflectionSceneProxy.h |