Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ULandscapeTextureStorageProvider-
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeTextureStorageProvider.h |
| Include | #include "LandscapeTextureStorageProvider.h" |
virtual FTextureMipDataProvider * AllocateMipDataProvider
(
UTexture * Asset
)
Remarks
Create a FTextureMipDataProvider to handle a single StreamIn mip operation. The object lifetime will be managed by FRenderAssetUpdate.
Parameters
| Name | Description |
|---|---|
| InAsset | the texture on which the stream in operation will be performed. |