EFlushLevelStreamingType

Describes what parts of level streaming should be forcibly handled immediately

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h

Include

#include "Engine/EngineTypes.h"

Syntax

enum EFlushLevelStreamingType
{
    None,
    Full,
    Visibility,
}

Values

Name

Description

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

Remarks

Describes what parts of level streaming should be forcibly handled immediately

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss