Choose your operating system:
Windows
macOS
Linux
| TSlateTexture | ||
| FRenderResource
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/Slate/SlateTextures.h |
Include |
#include "Slate/SlateTextures.h" |
class FSlateRenderTargetRHI :
public TSlateTexture< FTexture2DRHIRef >,
public FRenderResource
Encapsulates a render target for use by a Slate rendering implementation
Name | Description | |
---|---|---|
|
FSlateRenderTargetRHI ( |
Name | Description | ||
---|---|---|---|
|
FTexture2DRH... |
GetRHIRef() |
|
|
SetRHIRef ( |
Sets the RHI Ref to use. Useful for reusing this class for multiple render targets |
Name | Description | ||
---|---|---|---|
|
GetHeight() |
Gets the height of the resource. |
|
|
GetWidth() |
Gets the width of the resource. |
Name | Description | ||
---|---|---|---|
|
InitDynamicRHI() |
Initializes the dynamic RHI resource and/or RHI render target used by this resource. |
|
|
ReleaseDynamicRHI() |
Releases all dynamic RHI data |