Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ProfilingDebugging > API/Runtime/Engine/ProfilingDebugging/ULevelStreamingProfilingSubsyste-
References
| |
|
| Module |
Engine |
| Header |
/Engine/Source/Runtime/Engine/Public/ProfilingDebugging/LevelStreamingProfilingSubsystem.h |
| Include |
#include "ProfilingDebugging/LevelStreamingProfilingSubsystem.h" |
Syntax
enum ELevelState
{
None,
QueuedForLoading,
Loading,
Loaded,
QueuedForAddToWorld,
AddingToWorld,
AddedToWorld,
QueuedForRemoveFromWorld,
RemovingFromWorld,
RemovedFromWorld,
}
Values
| Name |
Description |
| None |
|
| QueuedForLoading |
|
| Loading |
|
| Loaded |
|
| QueuedForAddToWorld |
|
| AddingToWorld |
|
| AddedToWorld |
|
| QueuedForRemoveFromWorld |
|
| RemovingFromWorld |
|
| RemovedFromWorld |
|