Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FMapErrors
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/MapErrors.h |
Include | #include "Misc/MapErrors.h" |
Syntax
static ActorIsObselete;
Remarks
{Actor} is obsolete and must be removed!: This warning is caused when there is an instance of a actor in a level that has been marked deprecated. This is usually because a actor was marked deprecated after the level was created, but the map was never updated. This can be fixed by simply deleting the actor.