EditCondition doesn't work on C-arrays

Tools - May 13, 2020

Toggling a bool doesn't enable/disable the elements of the array similarly to how it does for TArray in the details panel. Static arrays should have the same semantics as TArray with regards to edit ...

Random crash in UWindDirectionalSourceComponent::GetWindParameters

UE - Simulation - Physics - Character - May 14, 2020

Unable To Unsolo or Solo Sound Waves

UE - Audio - May 26, 2020

Sound Waves are not able to be soloed in a new project or unsoloed in an existing one from a prior version. This was reported and tested in 4.24.3 (CL-11590370). This was reproduced in 4.25 (CL-131 ...

Cannot compile a nativized Blueprint with a function that takes an interface as an input parameter and uses it inside the function (e.g. dynamic cast to object).

UE - Gameplay - Blueprint - May 27, 2020

Issue occurs because there is a legacy code path that forces all interface parameters to be declared as 'const' in function declarations, even if CPF_ConstParm is not set in exported C++ code. This ...

Able to name function parameters "self", resulting in odd compile errors in blueprints

UE - Gameplay - Blueprint Compiler - May 4, 2020

Users are able to name function parameters (in BP and in code) "self" resulting in odd compile errors when in blueprints: "This blueprint (self) is not a bool, therefore ' Self ' must have a connec ...

Typo in Tick Interval tooltip inside task blueprints

UE - AI - May 28, 2020

The BTTask_BlueprintBase class has a type in the tooltip for Tick Interval: " /** If any of the Tick functions is implemented, how ofter should they be ticked.Values < 0 mean 'every tick'. */" ...

SkeletalMesh do not output logs with the mesh name when there is a compute tangent error.

UE - Editor - Content Pipeline - Import and Export - Jun 1, 2020

Incorrect conversion when using FUnitConversion::Convert

UE - Foundation - Core - Jun 5, 2020

Incorrect conversions values received and using FUnitConversion::Conversion ...

Modifying an asset while having added a FBlacklistPaths filter hides the asset.

Tools - Jun 15, 2020

There seems to be an issue with BlacklistsPaths accidentally filtering out new or modified assets regardless if they are in the blacklisted path or not. ...

Binding to a component event in blueprint and then deleting the component does not cause compiler errors on remaining events

UE - Gameplay - Blueprint Compiler - Feb 7, 2020

Blueprint events associated with a component within a blueprint graph do not cause compilation errors in either a base or child blueprint if the component is then deleted, leaving the event behind w ...