When using the "Replace Selected Actors with" feature in the editor, references to the replaced actor are not updated to reference the new actor (where valid). They will appear to be replaced until ...
Physics Constraints have unexpected behavior when used on nested static mesh components. Simulating inside of the blueprint has a similar effect to what is expected but when the BP is added to the l ...
This is a common crash occurring for users in 4.16 User Descriptionsdeleting a texturecrash occurred when reverting two textures Source Context 266 /** 267 * @returntrueifthis ob ...
Regardless Niagara or Cascade, dynamic parameters for particles are passed to pixel shaders from vertex shaders via InterpolantsVSToPS. It can cause a precision error on some materials, for example ...
A licensee has reported that the following repro steps can result in a "Failed to merge bones" error:One of our Skeletal Mesh assets was imported into engine version 5.4 using an older version of th ...
Multi Sphere Trace is not returning the correct Impact Location. Other AnswerHub Report:https://answers.unrealengine.com/questions/30952/multisphere-trace-fhitresult-location-same-as-impa.html ...
This is a common crash that has occurred for users since at least 4.16. User DescriptionsUsing the PIE i compiled some c++ then quit the PIE before the end of the compilation. Source Context 35 ...
When attempting to load a Blueprint that contains a ActorSequence component from inside of a Gamemode's constructor, errors are given. The ActorSequence component is also removed from the Blueprint ...
Trying to use UAT to build a plugin that has CanBeUsedWithUnrealHeaderTool set to true will fail due to a null reference exception (log from Main CL 4666322 attached). This happens because the plugi ...
Adding an Object class to a plugin's module using the C++ Class Wizard results in a compilation error due to attempts to edit the new class' generated.h file during the initial compilation attempt. ...