Packaging a project will fail if a Blueprint is set to be nativized and that Blueprint is not included in a level. REGRESSION: Yes. The project packages successfully in 4.15. ...
From UDN: We are using the Cascade particle system and we want to render the same scene with multiple cameras, so multiple renders are required. In order to ensure that the result of the particle s ...
Granular Synth Component is not generating a sound as it previously did. ...
AWheeledVehiclePawn class tries to use CCD in the constructor, but Mesh->BodyInstance.bUseCCD = true this code does not work to activate CCD because Physics Assets could not be available at this ...
When using a Destructible with World Support set simulate physics can be enabled so long as the DM has not been hit yet. Once it's been hit it no long is able to be set to simulate. ...
When importing a Static Mesh into UE4 that is using the SOCKET_ naming, and is part of a Level of Detail set, the socket is discarded. If the Level of Detail set is removed from the Static Mesh, t ...
DESCRIPTION: When using a DM in blueprints and setting the linear dampening in the event graph the DM will honor the linear dampening but the chunks as they break off will not. Setting the mesh to ...
Extremely long Spline Point will cause the editor to lose FPS and crash some machines User Description: A couple of times I've accidentally scaled a spline node to be huge, causing the spline to ...
Making a call to GetPawn in an AIController class will return NULL which will crash when that return value is used. This is a regression as the call is made successfully in 4.8.3. Working CL: Work ...
Sequencer scripting creates all binding IDs in the root binding space, so when the bindings exist in sub sequences and shots, they will not resolve unless those are opened through the sequence that ...