Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FLevelUtils
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/LevelUtils.h |
| Include | #include "LevelUtils.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LevelUtils.cpp |
static void ApplyPostEditMove
(
ULevel * Level
)
Remarks
Calls PostEditMove on all the actors in the level
Parameters
| Name | Description |
|---|---|
| Level | The level. |