Trying to export a sequence camera on Linux causes the editor to crash. This does not occur on Windows. EDIT: Crash seems to occur when focus leaves the FileName field. ...
This is a regression that was introduced by the fix for [Link Removed]. As a result, we can potentially hit an assert in a cooked, nativized build during async load of a non-nativized Blueprint CDO ...
Context The property 'DefaultStartingData' in AbilitySystemComponent can be configured from blueprint to spawn default attribute sets. This happens OnRegister. For runtime spawned actors like pawns ...
Changing the state of a PrimitiveComponent->BodyInstance while SetSimulatePhysics(false) updates the game thread but does not update the physics behavior. In the repro project provided (see addl in ...
Project fails to build for iOS/tvOS due to:error: non-portable path to file errors. ...
There is a scenario where delta struct serialized fast arrays can replicate changes that introduce additional elements to the array, but without changelists containing the new data. This needs furt ...
Sometimes manual recompile is required to make a blueprint actually recompile data-only changes, but not always. If the last manual compile was with default values, then changes are not updated. If ...
This is a regression as the issue does not occur in //UE5/Release-5.1 @ CL 23901901 ...
Behavior Tree (BT) services added to root nodes call the initial tick twice A BT Service with the setting "Call Tick on Search Start" enabled will execute the initial tick twice when added to the ro ...