Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USkinnedMeshComponent
- UMeshComponent::PrestreamMeshLODs()
- USkinnedMeshComponent::PrestreamMeshLODs()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h |
| Include | #include "Components/SkinnedMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp |
virtual bool PrestreamMeshLODs
(
float Seconds
)
Remarks
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. bool True if streaming was successfully requested
Parameters
| Name | Description |
|---|---|
| Seconds | Number of seconds to force all LODs to be resident |