When spawning Pawns with a StaticMeshComponent with SimulatePhyscis=True, they occasionally may not simulate physics. This can be reproduced by simply repeating the respawn. The frequency of reprodu ...
This problem seems to be fine when the material is Opaque.[Image Removed] ...
[Enduring] Appears to be in the visualization rendering of the distance field, distance field shadows were unaffected. There was one instance where the bug did not replicate as expected. This was wh ...
5.0:[Link Removed] 5.3:[Link Removed] Attached is a video of the two screenshots overlaid and lined up by their top edges. It appears that the Begin Play node (and others?) have more padding now, w ...
When static lighting is built for a landscape with "Use Material Position Offset in Static Lighting" enabled it causes an editor crash. Licensee mentioned it was likely caused by a commit for 5.4, C ...
The return pin for the "Get Max Material ID" function is incorrectly named "Enabled" when the function returns the MaxID. See \Engine\Plugins\Runtime\GeometryScripting\Source\GeometryScriptingCore\ ...
Right clicking inside the event graph of a blueprint that is derived from PhysicsCollisionHandler will crash the editor CrashReporter: [Link Removed] ...
If a macro that contains an enum and enum output is called within an event graph, the enum will show a direction mismatch error upon placing a copy of the macro into the event graph and recompiling. ...
Declaring a UPROPERTY() TArray with TFixedAllocator fails to compile. Output log states "Missing '>' in 'tarray'." Removing/commenting out the UPROPERTY() allows the project to compile correctly. ...