When using a capsule component for the character with CCD enabled there can be a force that pulls or pushes simulated meshes that are never touched by the capsule. Demonstration video attached. As ...
Removing Pose from a Blend by Enum node can cause compile errors when a float is defining all of the blend times. ...
Blueprint Library plugin set to 'Runtime' doesn't work in Standalone/packaged builds if used inside of the 1st Person Character BP. User Description: Blueprint libraries are still broken in the fi ...
Destructible attached with a Physics Constraint ignores Start Awake on play The Destructible component is set to simulate physics, but on play physics is not simulated unless the destructible is to ...
ForEachLoop doesn't iterate through all of the actors returned by the Get Overlapping Actors node. Note: You can workaround this issue by adding the overlapped actors to an array and then looping t ...
Using bFasterWithoutUnity and MinFilesUsingPrecompiledHeaderOverride, on ShooterGame.Build.Cs results in Engine crash. ...
Calling "Play Animation", if current animation has a looping timed particle it will continue playing ...
The editor crashes when entering Kanji characters into TextRenderActor with raytrace enabled. This does not happen with English text. ...
When adding elements to an array inside a code class, blueprint instances of the class do not have their array updated after a hot reload. ...