The multi line flag is available for class level string properties but not for local properties. ...
GameplayCues inheriting from GameplayCueNotify_Actor no longer have their Removed functions called when removed via UAbilitySystemComponent::RemoveGameplayCue if GameplayCueNotifyTagCheckOnRemove is ...
The DumpShaderStats console command doesn't output any shader stats because the code to calculate that information in DumpShaderStats (Shader.cpp) is commented out https://github.com/EpicGames/Unrea ...
The log output in ValidateStaticUniformBuffer, lists hashes that do not correspond to the actual shader name which makes it difficult to track down problem shaders. The current log output code is ...
Crash on stopping PIE after using DemoRec in PIE. Possibly related to [Link Removed] which must be fixed, but happens upon stopping PIE. Reproduced in 4.11.0 Preview 3 binary and Main (//UE4/Dev-Ma ...
Expanding a folder in the Finder through the editor will crash the editor. Reproduced in 4.7.2 binary on 10.9.5 Crash Report: [Link Removed] ...
PIE without compiling child blueprint (3rdSpiderPawn in example) that is attempting to affect an inherited variable will crash the editor. Additional Information: User has several cast to nodes ca ...
Automatic collision generation is incorrectly rotated for sprites that were imported as rotated from a sprite sheet ...