SameLocation

{Actor} in same location as {Another Actor}: This warning is caused when there is a actor that is in the same exact location as another actor.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/MapErrors.h

Include

#include "Misc/MapErrors.h"

Syntax

static FLazyName SameLocation;

Remarks

{Actor} in same location as {Another Actor}: This warning is caused when there is a actor that is in the same exact location as another actor. This warning is usually the result of a accidental duplication or paste operation. It can be fixed by deleting one of the actors, or disregarded if the placement was intentional.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss