Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EStaticMeshLODStreaming |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h |
| Include Path | #include "Engine/StaticMesh.h" |
Syntax
enum EStaticMeshLODStreaming
{
Default,
Enabled,
Disabled,
}
Values
| Name | Remarks |
|---|---|
| Default | Use the default behavior (LOD Group controls LOD streaming). |
| Enabled | Enable LOD streaming. |
| Disabled | Disable LOD streaming. |