Set Playback End will cause a sequence's upper bound to be inclusive.

UE - Anim - Sequencer - May 14, 2020

FSequencer::SetPlaybackEnd calls SetUpperBound which creates a TRangeBound with the default bounds type, so the end frame will be inclusive instead of exclusive. ...

Calling Array_Identical in a blueprint results in a compile failure with nativization

UE - Gameplay - Blueprint - May 13, 2020

REGRESSION Does not occur in 4.24 Blueprints that call Array_Identical results in a failure during nativization:F:/Projects/Release/TestNativizeArray/Intermediate/Plugins/NativizedAssets/Windows/Ga ...

Depth buffer collision kills all particles after 1 second

UE - Niagara - May 12, 2020

Somehow the namespace broke between the collision and the trace modules. [Image Removed] [Image Removed] ...

Source Won't Build - UnrealInsightsCLI.cpp References Missing Header

UE - Foundation - Core - May 11, 2020

Line 9 in https://github.com/EpicGames/UnrealEngine/blob/4.25/Engine/Source/Programs/UnrealInsightsCLI/Private/UnrealInsightsCLI.cpp is '#include "TraceServices/SessionService.h" which used to be lo ...

Creating Widget at run time with an exposed variable causes Engine crash with Assertion

Tools - May 8, 2020

If you are using the default values of the In Size the project will run fine, but changing the values will make the engine crash. This was reported and tested in 4.25 (CL-13144385) and reproduced i ...

SetPlayRange no longer working

UE - Anim - Sequencer - May 8, 2020

Remove dependency on billing if Online Subsystem Google plugin disabled

UE - Platform - Mobile - May 7, 2020

The Online Subsystem Google plugin cannot be disabled without errors due to missing billing API. ...

Ensures cooking blueprints using functions that have delegate pins

UE - Foundation - Core - May 6, 2020

REGRESSION: Does not occur in 4.24 Cooking a project containing functions with delegate pins fails with multiple ensures. ...