![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for FTextureCubeResource:
|
inline |
Minimal initialization constructor.
| InOwner | - The UTextureCube which this FTextureCubeResource represents. |
|
inline |
Minimal initialization constructor.
| InOwner | - The UTextureCube which this FTextureCubeResource represents. |
| InProxiedResource | - The resource to proxy. |
|
inline |
Destructor, freeing MipData in the case of resource being destroyed without ever having been initialized by the rendering thread via InitRHI.
|
inline |
Returns the width of the texture in pixels.
Reimplemented from FTexture.
Returns the height of the texture in pixels.
Reimplemented from FTexture.
|
inline |
Accessor
|
inlineoverridevirtual |
Called when the resource is initialized. This is only called by the rendering thread.
Reimplemented from FRenderResource.
Returns true if the resource is proxying another one.
Reimplemented from FTextureResource.