If the actor with a replicated root component spawns and is immediately attached, when it replicates to the client the transform will be incorrect. Adding a small delay between the spawn and attach ...
A user reported that UToolMenus::GenerateWidget will crash if UToolMenus::AddReferencedObject is called during the construction of a menu. Using the above in-code repro steps, I can repro this in a ...
When naming a plugin, having a number as the first character causes a toast to pop up that says: "Failed to generate project files" However, the plugin is available to look at and edit in Editor, a ...
Importing an Alembic geometry cache will cause a crash with multiple assets. Test asset attached that can reproduce this. When I tried with a couple of simple shapes from 3Ds Max I did not get the ...
After a Start Up movie has completed playing, the initial default map will not load until the user clicks the mouse. The option to 'Wait for Movies to Complete' is checked which will force the user ...
Child Blueprint isn't listed as an option for a variable inside of a DataTable until the Child BP is re-saved User Description: If you don't change anything and just load files I've attached, you ...
The Box Extent property does not seem to be updating when changed on an instance of an actor in the level. The size of the box will change, but when the value is printed, it is still printing the in ...
The line attractor module doesn't seem to work properly with local space. If you move the particle system you will notice that the line attractor moves at a different rate than the actual particle s ...
A customized struct with a TObjectPtr to an EditAnywhere, Instanced UObject will not show in full blueprint editor. I narrowed this down to the SKismetInspector::IsPropertyVisible method. The prope ...
Decals when rendered on a mobile device or via mobile preview will ignore the receives decal flag. In Editor:[Image Removed] Mobile Preview:[Image Removed] ...