Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
Inheritance Hierarchy
- FTexture
- FDeferredCleanupInterface
- FSkyTextureCubeResource
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SkyLightComponent.h |
| Include | #include "Components/SkyLightComponent.h" |
Syntax
class FSkyTextureCubeResource :
public FTexture,
private FDeferredCleanupInterface
Remarks
A cubemap texture resource that knows how to upload the capture data from a sky capture.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddRef () |
Reference counting. | |
| void | Release () |
||
| void | SetupParameters
(
int32 InSize, |
Overridden from FTexture
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GetSizeX () |
Returns the width of the texture in pixels. | |
| uint32 | GetSizeY () |
PVS-Studio notices that the implementation of GetSizeX is identical to this one and warns us. |
Overridden from FRenderResource
| Type | Name | Description | |
|---|---|---|---|
| void | InitRHI
(
FRHICommandListBase& RHICmdList |
Initializes the RHI resources used by this resource. | |
| void | ReleaseRHI () |
Releases the RHI resources used by this resource. |