Various settings within the Editor Preferences window get saved within the project instead of the Editor. If someone were to heavily modify their Editor Preferences they would have to set it up agai ...
When a Child Actor's class is replicated but the individual variables are not, the individual variables will use the default of the original BP class instead of the defaults that were set in the Chi ...
Services in the Behavior Tree sometimes don't work when the project is first loaded. The Behavior Tree will print a "missing service node" warning and the BT will remain inactive. This was reported ...
UVs are scaled drastically when importing from Solidworks. When comparing it to an Engine Cube and adding a texture to it you can see the difference in UV scaling. The texture will need to scaled to ...
When "r.EarlyZPassOnlyMaskedMaterials" is enabled, masked materials used with particles will flicker when close to the camera. Found in 4.17 CL# 3658906, 4.18 CL# 3832480, 4.19 CL 4033788, 4.20 CL# ...
This is an editor-only crash that's due to stack overflow/infinite recursion in UInheritableComponentHandler::FixComponentTemplateName(). We are recursively trying to rename other inherited componen ...
When simulating in Editor, the Skeletal Mesh bone locations are not being passed into simulate if the simulation is being toggled the same frame when the Mesh is being set on a Skeletal Mesh compone ...
A user has reported that inputting Korean into certain types of text boxes in the editor using an IME results in delayed input. The user reports that this occurs with SMultiLineEditableTextBox in th ...
The screenshots below display 1920x1080pixel widget button. First one with Default DPIScaleCurve shows extra borders on the right and bottom. Next one with more precision shows no extra boundary. [ ...
This problem caused by incorrect initialization of RandomStream in the GPU particle. //PaticleGpuSimulation.cpp virtual void Init() override { ... check(AllocatedTiles.Num() == TileTimeOfDe ...