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" |
virtual bool Game_Map_Check
&40;
UWorld &42; InWorld,
const TCHAR &42; Str,
FOutputDevice & Ar,
bool bCheckDeprecatedOnly
&41;
Remarks
Game-specific function called by Map_Check BEFORE iterating over all actors.
Parameters
Name | Description |
---|---|
Str | The exec command parameters |
Ar | The output archive for logging (?) |
bCheckDeprecatedOnly | If true, only check for deprecated classes |