Attempting to use CoreRedirects to rename a BlueprintImplementableEvent that has a return value results in the function not being renamed in the Blueprint subclasses and its Return Value nodes causi ...
Running the command {,,UE4Editor-Core}::PrintScriptCallstack() in the Immediate Window in Visual Studio while debugging is paused in Visual Studio will result in a breakpoint being hit when the ...
A licensee has reported that opening a packaged game in 4.18 and onward will cause the packaged game to appear on their left most monitor, rather than their primary monitor. This was not the case in ...
UDN Licensee reported this on 4.16, and I can repro in 4.17- 4.19. Per Licensee: I'm trying to use distance field shadows on very large objects, but it looks like it does not work. Can you sugge ...
When using the object scale node in a material it will return incorrect values if rotated to certain angles. Found in 4.19 CL# 4033788, 4.20 Preview 20 CL# 4173640, 4.21 CL# 4209927 ...
Crash on startup If a cubemap texture for a skylight is set in the constructor. Attached images of where the user thinks the crash is coming from. Works Properly in 4.19 CL# 4033788 Found in 4.20 ...
Having a custom event with an empty Soft Class Reference as an input causes packaging to fail if nativization is enabled as the event nativizes with a const TSoftClassPtr<>& and the compiler cannot ...
Disabling 'Support Stationary Skylight' crashes if you select anything in the editor when Forward Shading is also enabled. Working as expected 4.19 4033788 Found in 4.20 CL# 433996 and 4.21 CL# 42 ...
REGRESSION: Yes, this did not occur in 4.19 The user is able to drag an Event from My Blueprint panel into any graph, creating a duplicate Event Node. Additionally the dupe Event will have extra o ...
None of the Set functions in the UWindDirectionalSourceComponent are able to be called from code. The functions can be called from Blueprint, but without the ENGINE_API macro, none of the functions ...