In 4.18, BroadcastOnActorMoved() is no longer being called when an actor is moved in a level. The PostEditChangeProperty() function checks to see if the name of the property that was changed matches ...
This does not reproduce in 4.18.2 I spoke with Tim G. from the tools team and we tried a few things. 1stOpened LV_Soul_Slum in 4.18Exported the landscape height mapOpened a level in 4.19 and impor ...
Per Licensee: Since we switched to DX12 we started to see strange behavior in material previews. I was able to reproduce the problem in UE 4.19 vanilla as well. We usually have to force recompilin ...
The Actor Sequencer Timeline appears to not be able to correctly recognize the variables manipulated within the viewport. Thus, when attempting to add a keyframe after moving a component, within the ...
You are unable to access or create references to any Sublevel Actors in the Persistent Level Blueprint. Licensee reports being able to select the Sublevel Actor and then right-click to create a refe ...
Trying to set the Bool Match as a Query Param causes the value to not be recognized. It just thinks the value is whatever default value it has instead of reading it from the params set in the Behavi ...
Niagara VectorFields do not function properly since "Fix CPU Access" changes are not persistently saved. After every Editor restart or reopening projects, the Niagara-VectorField driven Emitter and ...
Blueprint functions appear to correctly associate local variables when renaming the function. However when undoing a rename with ctrl-z the local variables appear to lose their association. Redoing ...
FCableSceneProxy::BuildCableMesh in CableComponent.cpp:233 showed up as a hot spot in profiling because the two TArray allocators in SetDynamicData_RenderThread used by BuildCableMesh are created an ...
UE4Editor crashes when closing on the Ubuntu 14.04 machine. I do not see this issue on my Ubuntu 16.04 machine. ...