There is AActor::IsNetStartupActor which returns if an actor was placed in a level or spawned at runtime (if the actor has a valid path). I think that might be a good solution for checking this.
3 Likes
There is AActor::IsNetStartupActor which returns if an actor was placed in a level or spawned at runtime (if the actor has a valid path). I think that might be a good solution for checking this.