Navigation
API > API/Runtime > API/Runtime/Engine
Describes what parts of level streaming should be forcibly handled immediately
| Name | EFlushLevelStreamingType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
| Include Path | #include "Engine/EngineTypes.h" |
Syntax
enum EFlushLevelStreamingType
{
None,
Full,
Visibility,
}
Values
| Name | Remarks |
|---|---|
| None | Do not flush state on change |
| Full | Allow multiple load requests |
| Visibility | Flush visibility only, do not allow load requests, flushes async loading as well |