Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging
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,
LEVEL_FailedToLoad,
LEVEL_MakingInvisible,
LEVEL_StreamingStatusCount,
}
Values
| Name | Description |
|---|---|
| LEVEL_Unloaded | |
| LEVEL_UnloadedButStillAround | |
| LEVEL_Loading | |
| LEVEL_Loaded | |
| LEVEL_MakingVisible | |
| LEVEL_Visible | |
| LEVEL_Preloading | |
| LEVEL_FailedToLoad | |
| LEVEL_MakingInvisible | |
| LEVEL_StreamingStatusCount |
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.