Using a For Loop inside of a Blueprint Function or Function Library will always return index 0 when used in the Construction Script. This was reported and tested in 4.19.2 (CL-4033788). This was r ...
Attempting to use UAT on Windows to remotely create a standalone build of a project for Mac fails in 4.19. The error message indicates that it cannot find part of the path to the project's Info.plis ...
When CopyActorProperties is used with a target being a template such as a blueprint, it can copy and serialize EditInstanceOnly Properties. ...
Anim Notify Blueprints are included in Packaged builds of the editor even if they are not referenced. This does not occur with other Blueprint classes, such as Actor, although it may with some other ...
Movement is quite sporadic and jumpy when using a Wacom Tablet to navigate the Editor on Linux. The Editor pans and zooms in and out really quickly with the slightest of movements. This was report ...
Post process volume priority doesn't affect post process materials. Found in 4.19 CL# 4033788, 4.20 CL# 4302132, and 4.21 CL# 4369303 ...
UnrealHeaderTool cannot parse certain declarations with a trailing `const` instead of a leading `const`. ...
It can select ChildActor with the Eyedropper tool. Since ChildActor is an actor created temporarily, when you restart the Editor it becomes empty because there is no reference. When selecting AActor ...
Performing a Hot Reload after changing the default value of a property in an ActorComponent that is included in an Actor class triggers an ensure if a Blueprint has been created from that Actor clas ...