Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UVolumeTexture
- UStreamableRenderAsset::StreamIn()
- UVolumeTexture::StreamIn()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/VolumeTexture.h |
Include | #include "Engine/VolumeTexture.h" |
Source | /Engine/Source/Runtime/Engine/Private/VolumeTexture.cpp |
virtual bool StreamIn
(
int32 NewMipCount,
bool bHighPrio
)
Remarks
Loads mips from disk to memory. Only usable if the asset is streamable. Whether any mips were resquested to be loaded.
Parameters
Name | Description |
---|---|
NewMipCount | The desired mip count after the mips are loaded. |
bHighPrio | true if the load request is of high priority and must be issued before other asset requests. |