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