Fixup Redirectors doesn't work in the editor when showing redirectors using the filter and then choosing Fixup. The maps that reference the redirectors aren't being checked out and fixed. I'm just g ...
The first problem noted in this Answerhub post: First one is that static shadows from stationary directional light are completely broken. Screenspace buffer that should contain static shadows is ju ...
User crashed in the function "void UCharacterMovementComponent::PerformMovement(float DeltaSeconds)" due to a Velocity containing NaN. AnswerHub post details function calls that lead to where the N ...
See UDN description: https://udn.unrealengine.com/questions/554749/bug-navmesh-streaming-and-tile-corruption.html ...
CoreSymbolication.framework has moved, likely into the system library cache. The function, FApplePlatformSymbolication::EnableCoreSymbolication probably needs to be updated in order to accommodate.d ...
When a nanite mesh moves, the shadow does not. ...
Visual Studio 2017 15.8 includes a fix to properly handle std::make_shared used with over-aligned types. However, this is a breaking fix and requires the definition of one of two macros to either ac ...
CHANGELIST: 2181118 BRANCH: UE4 https://udn.unrealengine.com/questions/166371/cull-distance-volume-bug.html DESCRIPTION: Cull distance volumes don't seem to cull blueprints or meshes inside a bluep ...
As described in the UDN question, some settings aren't forwarded correctly to the game instance in PIE during a functional test. Proposed patch attached. ...