Navigation
API > API/Runtime > API/Runtime/Engine
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
| Type | Name | Description | |
|---|---|---|---|
FPlanarReflectionRenderTarget
(
FIntPoint InSize |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetActiveGPUMask
(
FRHIGPUMask InGPUMask |
Changes the GPUMask used when updating the reflection capture with multi-GPU. |
Overridden from FTexture
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GetSizeX () |
Returns the width of the texture in pixels. | |
| uint32 | GetSizeY () |
Returns the height of the texture in pixels. |
Overridden from FRenderResource
| Type | Name | Description | |
|---|---|---|---|
| FString | |||
| void | Initializes the RHI resources used by this resource. |
Overridden from FRenderTarget
| Type | Name | Description | |
|---|---|---|---|
| float | |||
| FRHIGPUMask | GetGPUMask
(
FRHICommandListImmediate& RHICmdList |
Returns the GPU nodes on which to render this render target. | |
| FIntPoint | GetSizeXY () |
Properties. |