Macro libraries try to support guid-based renaming: when a specific macro is renamed blueprints using the old name will automatically point to the new name and work properly. However, this fixup hap ...
From the UDN case #00649142: My team noticed a bug where sometimes when using "Undo" (Ctrl+Z usually) the BP they are working on disappears in the level. We were able to find a 100% repro case when ...
Reproduced 3/3 times. Issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. Errors:[2022.11.22-18.11.28:472][ 0]LogMetaSound: Error: Target interface is not regi ...
Intel reported GPU crashes on their hardware caused by divergent group barriers in ScreenProbeConvertToIrradianceCS:[numthreads(THREADGROUP_SIZE, THREADGROUP_SIZE, 1)] void ScreenProbeConvertToIrra ...
Editor crashes when attempting to set an object variable to a return value within widget blueprints. Frequency: 2/2 Crashreporter: [Link Removed] ...
When I apply the Sequence Camera Shake Pattern to a Sequencer's camera, I get an error when playing it. ...
Opening a DataTable that is set to a Struct that is using a Key variable will crash the editor User Description: I'm getting this crash when using Key variable in DataTable. I was able to repro i ...
When creating an anim streamable we immediately fail a check in the compression code in FCompressibleAnimData::FetchData: checkf(AnimSequence, TEXT("Invalid animation sequence while trying to fetc ...
ResolveName will replace the subobject delimiter (colon) with two periods. This increases the length of the string, and can cause asserts due to the string exceeding NAME_SIZE even when the name was ...
Also occurs in the live 4.15.1 build. This does not occur for BP projects or when packaging for iOS. Same compile error as UE-41313UATHelper: Packaging (tvOS): UnrealBuildTool: /Users/Shared/Unrea ...