Navigation
API > API/Runtime > API/Runtime/Core
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.
| Name | EStreamingStatus |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/ProfilingHelpers.h |
| Include Path | #include "ProfilingDebugging/ProfilingHelpers.h" |
Syntax
enum EStreamingStatus
{
LEVEL_Unloaded,
LEVEL_UnloadedButStillAround,
LEVEL_Loading,
LEVEL_Loaded,
LEVEL_MakingVisible,
LEVEL_Visible,
LEVEL_Preloading,
LEVEL_FailedToLoad,
LEVEL_MakingInvisible,
LEVEL_StreamingStatusCount,
}
Values
| Name | Remarks |
|---|---|
| LEVEL_Unloaded | |
| LEVEL_UnloadedButStillAround | |
| LEVEL_Loading | |
| LEVEL_Loaded | |
| LEVEL_MakingVisible | |
| LEVEL_Visible | |
| LEVEL_Preloading | |
| LEVEL_FailedToLoad | |
| LEVEL_MakingInvisible | |
| LEVEL_StreamingStatusCount |