If a user syncs to an asset through the editor (right-clicking it in the Content Browser and selecting Sync), the asset will not update until the editor is closed and reopened. Note: This issue is ...
The editor is crashing when attempting to use the RestartLevel command if the GameInstance contains a reference to an actor that is in a streaming level. The streaming level must be loaded, but not ...
Using a game mode that contains a custom game state rather than the default seems to be disabling tick for other blueprints such as characters and actors. Whenever the project is using a custom gam ...
If you attempt to compile a project while an editor process is running, even if it is of another project entirely, it will hot reload the project instead of doing a normal compile. This can create i ...
Upgrading a copy of a project from 4.14 to 4.15 appears to be resetting the names of enum elements on switch on enum nodes. Opening the enum, saving it, and then restarting the project seems to res ...
ICU for Android was built with U_TIMEZONE defined to 0, which means that ICU always considers itself to be in UTC, rather than use its default Android implementation. We should try and build ICU ag ...
ICU for Linux was built with U_TIMEZONE defined to 0, which means that ICU always considers itself to be in UTC, rather than use its default Linux implementation. We should try and build ICU again ...
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 ...
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 ...