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 ...
Users affected: 51 Total occurrences: 90 Last occurrence: November 19th 2024, 3:25:41 am First occurrence: August 7th 2024, 8:10:10 pm Latest version: ++UE5+Release-5.5-CL-37670630 Platform: Win64 [ ...
Collapsing an event binding to a function results in a function that takes in a delegate as an input. This function existing ends up causing any references to this blueprint class in another class t ...
The Format Text node may cause a crash when replacing existing hard-coded inputs with string table references. This looks to be dependent on whether or not the string table has been successfully use ...
When trying to record a movie from a matinee in 4.10, it can fail for a number of reasons: 1. The folder does not exist 2. The cinematic view modes do not take effect 3. Trying to record a streamin ...
Loop decorators don't work with SimpleParallel BT composite node. We need to either fix it, or if we remove support for it restrict users from putting these decorators on SimpleParallel's children. ...