EReqLevelBlock

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreaming.h

Include

#include "Engine/LevelStreaming.h"

Syntax

enum EReqLevelBlock
{
    BlockAlwaysLoadedLevelsOnly,
    AlwaysBlock,
    NeverBlock,
}

Values

Name

Description

BlockAlwaysLoadedLevelsOnly

Block load AlwaysLoaded levels. Otherwise Async load.

AlwaysBlock

Block all loads

NeverBlock

Never block loads

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