When using the Save Current button rather than save all, an actor that uses a variable with a struct will not retain data after the editor is restarted. Steps from scratch:Open EditorCreate a new ...
The Text outline and drop shadow outline for the text do not match up when using a material for the text outline appearance. The "outline color" setting will need to be set to white for the material ...
Adding a new custom UFactory code class to a project results in no longer being able to build the project for the Development configuration. Prior to adding the UFactory code class the project can b ...
Components of Static Actors seem to be hidden in the Editor Details panel whenever IsEditorOnly is selected. ...
Location accuracy is ignored by ULocationServicesIOSImpl: bool ULocationServicesIOSImpl::InitLocationServices(ELocationAccuracy Accuracy, float UpdateFrequency, float MinDistance) { .. ...
Animations loop when a sync marker is applied to an animation that is being used in a blendspace even when it is not set to loop in the Animation Blueprint(Blendspace node is not set to loop) ...
The Override Animation Data node can not be used in the level Blueprint. Hits breakpoint on Override Animation Data. This works in character Blueprint when using the mesh component as target. ...
Issue has been observed in 4.19.1 from EGL and Main CL 4027311. Per licensee: We recently switched from UE 4.18 to 4.19, and noticed several issues when doing offscreen rendering. To illustrate th ...
The Print String breakpoint is hit for the first element in the array. When resuming, the next breakpoint hit is on the Event Tick. The Print String breakpoint is never hit for the second of third e ...
When a local binary build of the Engine is created on a Mac, the iPhonePackager is not copied over into the new local binary build. This prevents iOS certs and provisions from being imported into pr ...