After fixing the crash from [Link Removed] when compiling the child blueprint that has claimed the component name the parent was previously using without having compiled the parent, an internal comp ...
When adding a new subfolder in the Levels window all the sublevels in that parent folder move to the new sublevel. Currently you have to create all the sub folders then move the sublevels to keep th ...
Duplicate key checking in maps and sets in the editor is done via calls to FScriptMapHelper::HasKey() and FScriptSetHelper::HasElement(), but this code is checking for object names which are subsets ...
You can also check it by enabling real-time rendering in the NewMap.umap of the attached project, and then clicking on "High Resolution Screenshots". (You may need to disable and enable post-process ...
Wav files with 8000Hz sample rates can be imported into the editor, but fail to play with the Bink compression setting. PCM, ADPCM, and Vorbis work as expected. LogAudioDerivedData: Warning: Cooking ...
Animation Layer Interfaces are overriding the filter making it so only that asset type is visible even when paired with other filters. There is an exception to this with the blueprint interfaces fi ...
CopyFileUnderSourceControl has instances when the response is not a success even though the files are copied successfully under source control. It seems FPerforceCopyWorker::Execute() tries to reso ...
The editor-scripting blueprint node "Add Data Table Row" fails when the Data Table uses a Row Structure that was defined in blueprint. Internally, it checks if the passed-in UScriptStruct is derived ...
Rect Lights that intersect geometry can produce NaN pixels in SceneColor, which will affect bloom, FXAA, and other future passes. This can lead to large visible artifacts. The NaN values are produc ...
Users affected: 73 Total occurrences: 156 Last occurrence: October 22nd 2024, 9:59:58 am First occurrence: October 2nd 2024, 4:53:30 pm Latest version: ++UE5+Release-5.5-CL-36679577 Platform: Win64 ...