Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UStaticMeshComponent
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.
Virtual Inheritance
- UMeshComponent::PrestreamMeshLODs → UStaticMeshComponent::PrestreamMeshLODs
| Name | PrestreamMeshLODs |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/StaticMeshComponent.h |
| Include Path | #include "Components/StaticMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/StaticMeshComponent.cpp |
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 |