Navigation
API > API/Runtime > API/Runtime/Engine
Streaming Source Priority
| Name | EStreamingSourcePriority |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionStreamingSource.h |
| Include Path | #include "WorldPartition/WorldPartitionStreamingSource.h" |
Syntax
enum EStreamingSourcePriority
{
Highest = 0,
High = 64,
Normal = 128,
Low = 192,
Lowest = 255,
Default = Normal,
}
Values
| Name | Remarks |
|---|---|
| Highest | |
| High | |
| Normal | |
| Low | |
| Lowest | |
| Default |