Using "Save Current" instead of Save all appears to result in loss of data in actors using structs

UE - Gameplay - Blueprint Editor - Apr 11, 2018

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 ...

Fix world to meters scale

UE - Platform - XR - Apr 11, 2018

Is changing the world to meters in the current 4.19 AR template project supposed to affect the world, or is world to meters only for VR projects currently? We have project where a client wants us to ...

Physics values uneditable in instances of placed Actors

UE - Simulation - Physics - Apr 11, 2018

Most physics options are not editable in placed instances of a Static Mesh with an Actor Parent. ...

The CopySkinnedModelData() function is no longer called from anywhere in the Engine

OLD - Anim - Apr 11, 2018

The CopySkinnedModelData() function is no longer referenced by any code in the Engine as of 4.19. The function should either be marked as deprecated or removed from the Engine. ...

[CrashReport] UE4Editor_MovieScene!FMovieSceneEvaluationTrack::EvaluateStatic() [moviesceneevaluationtrack.cpp:445]

UE - Anim - Sequencer - Apr 11, 2018

No comments from users in crash group 442 void FMovieSceneEvaluationTrack::EvaluateStatic(FMovieSceneSegmentIdentifier SegmentID, const FMovieSceneEvaluationOperand& Operand, FMovieSceneConte ...

[CrashReport] UE4Editor_Landscape!FLandscapeComponentSceneProxy::FLandscapeComponentSceneProxy() [landscaperender.cpp:680]

UE - LD & Modeling - Terrain - Landscape - Apr 11, 2018

User comment in crash group:Wanted to delete a single field of my landscape wich is very big. Same error appears if I try to get a part of the landscape to another streaming level. Would be cool if ...

High Quality Gaussian DoF on Mobile is broken

UE - Platform - Mobile - Apr 11, 2018

UDN issue:  4.19 High Quality Gaussian DoF on Mobile效果出错? Another answer hub report: https://answers.unrealengine.com/questions/757162/dof-bug-on-mobile-with-419p4.html ...

The float property FrameCacheLenght in FVisualLoggerBinaryFileDevice is set with a bool value instead of a float value

UE - Gameplay - Apr 10, 2018

In the FVisualLoggerBinaryFileDevice constructor, the FrameCacheLenght property is set using a bool value. Since FrameCacheLenght is a float value, and the value stored in the .ini file is a float v ...

Game start slowing down when there are more than 10 sprites in the level

UE - Gameplay - Paper2D - Apr 10, 2018

Sprites seem to be drastically affecting FPS in 4.19 projects on Mac devices. ...

Stock "P_AssaultRifle_AMmo" and "P_Health" pickup particles from the Shooter Game Pack cause the editor viewport to stutter and hang repeatedly

UE - Graphics Features - Apr 10, 2018

When placing "P_AssaultRifle_AMmo" and "P_Health" pickups into a level there seems to be some stuttering in 4.19 projects. ...