User experienced unexpected AI behavior and was kind enough to share a stripped down version of the project. I was able to nail down issues user was experiencing to failed enum-to-byte conversion. U ...
Collision build at runtime for LiDAR point cloud does not apply. This applies to Editor and Standalone. If you do not allow collision builds at runtime, this module should not be available at runtim ...
After opens the preloaded level using Asset Manager, opening another level before unloading the level will crash. Because AssetManager holds FStreamableHandle of the level, garbage collection is no ...
Shots have little visible indication when they are overlapping. This can cause some visual confusion as to why events and spawnables from a shot that looks like it should end are still triggering ...
A licensee reported some of their particles disappear when setting the actor's custom time dilation 0. This seems to happen when a particle is using PSA_Velocity as Screen Alignment. This repros in ...
When packaging settings are set to "Shipping" with "include debug files" checked off, UE4-Game-Mac-Shipping.dsym is still present in packaging adding a non-essential 619mb of data. ...
A licensee is reporting incorrect or over exaggerated loss of specularity on the Subsurface skin shading model when shadowed by indirect capsule shadows, and then modifying the r.sss.checkerboard se ...
In the Landscape Tutorial Overview there is a word missing in the tutorial. ...
Encountered a crash during the garbage collection phase when using sequencer conditions with subsequence tracks. Specifically, objects appear to break the "Disregard for GC" assumptions. ...
Parent blueprints do not recognize child class actors as the same type as the initial parent blueprint. This makes it difficult to create a master blueprint for spawning/ai control/etc. ...