When using a Shooter Team Start to set up team spawns in Shooter Game, enabling the Not for Bots, Not for Players, or the Spawn Team options don't seem to have an effect, as both the players and bot ...
Adding an Actor Component that is set to Replicate to an Actor that is also set to Replicate disconnects the Client from the Server. Note: this does not occur if the Actor Component is already added ...
Get Ping in ms returns 9999 in a packaged game when tested on systems not on the same network. This does not prevent Client connection to the Server. Note: my understanding is this would be caused ...
Calling SetMassOverrideInKg reaches back to a "check(GEngine)" call in BodyInstance.cpp (line 2998). B/c of this check, the engine will crash on load if SetMassOverrideInKg is called inside a class ...
A licensee mentioned that If you see ALight::Destroyed() in Engine\Source\Runtime\Engine\Private\Light.cpp, you can see Super::Destroyed() is't called in the function. ...
Decals that have a negative scale are invisible in the level. This occurs across all engine versions tested. 4.10 - 4.12. ...
Smart links disappear whenever the Nav Mesh regenerates while using Dynamic Runtime Generation. For example, if you have a dynamic object that is constantly moving and causing the Nav Mesh to rebuil ...
Trying to create a variable that accepts multiple types of enums, and code-based enums are not showing up in the list. Creating a variable that stores a UEnum class does not display enums created i ...
It seems that Particle CPU cost highly increase at second "show" of a streaming level. The Licensee's team sent a sample to reproduce this problem. So I put the project and wrote how to reproduce on ...
BSPs will be built with light/shadow extrapolated even if they are placed in a hidden sub_level of the project at the time of building. Also Tested in 4.10.4, 4.11 Preview 6 and Dev-Editor-CL-28772 ...