EStreamingStatus

Here are a number of profiling helper functions so we do not have to duplicate a lot of the glue code everywhere.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ProfilingHelpers.h

Include

#include "ProfilingDebugging/ProfilingHelpers.h"

Syntax

enum EStreamingStatus
{
    LEVEL_Unloaded,
    LEVEL_UnloadedButStillAround,
    LEVEL_Loading,
    LEVEL_Loaded,
    LEVEL_MakingVisible,
    LEVEL_Visible,
    LEVEL_Preloading,
}

Values

Name

Description

LEVEL_Unloaded

LEVEL_UnloadedButStillAround

LEVEL_Loading

LEVEL_Loaded

LEVEL_MakingVisible

LEVEL_Visible

LEVEL_Preloading

Remarks

Here are a number of profiling helper functions so we do not have to duplicate a lot of the glue code everywhere. And we can have consistent naming for all our files.

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