Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UStaticMesh
- UStreamableRenderAsset::StreamOut()
- UStaticMesh::StreamOut()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h |
Include | #include "Engine/StaticMesh.h" |
Source | /Engine/Source/Runtime/Engine/Private/StaticMesh.cpp |
virtual bool StreamOut
&40;
int32 NewMipCount
&41;
Remarks
Unload some mips from memory. Only usable if the asset is streamable. Whether any mips were requested to be unloaded.
Parameters
Name | Description |
---|---|
NewMipCount | The desired mip count after the mips are unloaded. |