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
&123;
None,
QueuedForLoading,
Loading,
Loaded,
QueuedForAddToWorld,
AddingToWorld,
AddedToWorld,
QueuedForRemoveFromWorld,
RemovingFromWorld,
RemovedFromWorld,
&125;
Values
| Name | Description |
|---|---|
| None | |
| QueuedForLoading | |
| Loading | |
| Loaded | |
| QueuedForAddToWorld | |
| AddingToWorld | |
| AddedToWorld | |
| QueuedForRemoveFromWorld | |
| RemovingFromWorld | |
| RemovedFromWorld |