Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Streaming
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Streaming/TextureMipDataProvider.h |
| Include | #include "Streaming/TextureMipDataProvider.h" |
Syntax
struct FTextureUpdateContext
Remarks
A constant context used throughout the texture stream in update tick. Hold useful information for either FTextureMipDataProvider or FTextureMipAllocator.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EThreadType | CurrentThread | The current executing thread. | |
| TArrayView< const FTexture2DMipMap * > | MipsView | The array view of streamable mips from the asset. | |
| FStreamableTextureResource * | Resource | The current streamabble resource of this texture. | |
| const UTexture * | Texture | The texture to update, this must be the same one as the one used when creating the FTextureUpdate object. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTextureUpdateContext
(
const UTexture* InTexture, |
|||
FTextureUpdateContext
(
const UStreamableRenderAsset* InTexture, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EThreadType |
Typedefs
| Name | Description |
|---|---|
| EThreadType |