Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ULevel
Description
Incrementally unregisters all components of actors associated with this level. This is done at the granularity of actors (individual actors have all of their components unregistered)
| Name | IncrementalUnregisterComponents |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Level.h |
| Include Path | #include "Engine/Level.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Level.cpp |
bool IncrementalUnregisterComponents
(
int32 NumComponentsToUnregister,
FUnregisterComponentContext * Context
)
Parameters
| Name | Remarks |
|---|---|
| NumComponentsToUnregister | Minimum number of components to unregister in this run, 0 for all |