Mentioning "_Validate" suffix in code comments to function names causes Compiler error

UE - Foundation - Cpp Tools - UnrealHeaderTool - Dec 13, 2019

When mentioning the _Validate Suffix in code comment, Visual Studio compiler throws an error. ...

Build Error when using ENUM without 0 entry

UE - Foundation - Cpp Tools - UnrealHeaderTool - Nov 26, 2019

[Feature Request] 3D Text - Contextual Analysis - Localization

UE - Virtual Production - Nov 21, 2019

New Text 3D plugin does not process contextual analysis for Arabic Expected: Arabic characters should change shape based on the placement of a letter in a word (similar to how in English, a letter c ...

Opening blueprint macro library opens an unrecognized tab of compiler results

UE - Gameplay - Blueprint Editor - Oct 29, 2019

When a blueprint macro library is opened, an unrecognized tab of compiler results would open with it. Below is the warning message: LogTabManager: Warning: Cannot spawn tab because no spawner is r ...

Montage Root Motion does not work from sub anim instances

UE - Anim - Gameplay - Oct 25, 2019

Root motion from sub instances is not used when the parent instance is marked as 'Root Motion from Montages Only'. Proposed fix is to modify USkeletalMeshComponent::IsPlayingNetworkedRootMotionMo ...

sRGB flag is enabled when importing hdr image file

UE - Editor - Content Pipeline - Import and Export - Oct 23, 2019

The sRGB flag is enabled when importing hdr files. This is disabled in PostEditChangeProperty, but remains enabled if we do not edit the file. I think the sRGB flag should be disabled for hdr image ...

Scrubbing an Animation with Process Root Motion does not apply root motion

UE - Anim - Gameplay - Oct 18, 2019

When EnabledRootMotion and Process Root Motion are both enabled for an animation with root motion, scrubbing an animation does not match the result of playing the animation. The playing animation al ...

Event Blueprint Initialize Animation executes multiple times per instance per frame

UE - Anim - Runtime - Anim Blueprints - Oct 10, 2019

When editing the default values of a BP using an ABP, the ABP's initialize event will be triggered multiple times in a single frame.  ...

Custom Depth does not override occlusion if it's set during runtime

UE - Graphics Features - Oct 4, 2019

Adding a Custom Depth material at runtime does not make the object its applied to render through walls. Tested in 4.22.3 (CL - 7053647), 4.23 (CL - 8386587), 4.24 (CL - 9413529) ...