Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMeshComponent
Description
Tell the streaming system to start streaming in all LODs for the mesh. Note: this function may set bIgnoreStreamingMipBias on this component enable the FastForceResident system.
Derived Overrides
| Name | PrestreamMeshLODs |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/MeshComponent.h |
| Include Path | #include "Components/MeshComponent.h" |
UFUNCTION (BlueprintCallable, Category="Rendering",
Meta=(ScriptName="PrestreamMeshLods;PrestreamMeshLODs"))
virtual bool PrestreamMeshLODs
(
float Seconds
)
bool True if streaming was successfully requested
Parameters
| Name | Remarks |
|---|---|
| Seconds | Number of seconds to force all LODs to be resident |