Choose your operating system:
Windows
macOS
Linux
| FTexture | ||
| FDeferredCleanupInterface
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Components/SkyLightComponent.h |
Include |
#include "Components/SkyLightComponent.h" |
class FSkyTextureCubeResource :
public FTexture,
private FDeferredCleanupInterface
A cubemap texture resource that knows how to upload the capture data from a sky capture.
Name | Description | |
---|---|---|
|
FSkyTextureCubeResource() |
Name | Description | |
---|---|---|
|
~FSkyTextureCubeResource() |
Name | Description | ||
---|---|---|---|
|
AddRef() |
Reference counting. |
|
|
Release() |
||
|
SetupParameters ( |
Name | Description | ||
---|---|---|---|
|
GetSizeX() |
Returns the width of the texture in pixels. |
|
|
GetSizeY() |
PVS-Studio notices that the implementation of GetSizeX is identical to this one and warns us. |
Name | Description | ||
---|---|---|---|
|
InitRHI() |
Initializes the RHI resources used by this resource. |
|
|
ReleaseRHI() |
Releases the RHI resources used by this resource. |