Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Editor > UEditorEngine
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Editor/EditorEngine.h |
Include | #include "Editor/EditorEngine.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/EditorServer.cpp |
void RebuildLevel
&40;
ULevel & Level
&41;
Remarks
Quickly rebuilds a single level (no bounds build, visibility testing or Bsp tree optimization).
Parameters
Name | Description |
---|---|
Level | The level to be rebuilt. |