In UMovieSceneActorReferenceSection::OnBindingsUpdated, Key isn't reference, so the GUID isn't replaced.for (FMovieSceneActorReferenceKey Key : ActorReferenceData.GetData().GetValues()) { if (O ...
Zooming in UMG preview doesn't scale text block margin [Image Removed] [Image Removed] ...
Licensee: "Content creators from my team have reported that when they replace actors in an open world it can take more than 10 seconds. This is with several thousand actors loaded in the world. On m ...
UMG clipping requires stencil. Seems like we don't request stencil when creating backbuffer Changing const int EGLMinStencilBits = 0; to const int EGLMinStencilBits = 8; fixes this. ...
Changing the time snapping interval in UMG Sequencer doesn't seem to update the timeline. It appears to stay as though it is being snapped by time rather than frames. This is a Regression from 4.1 ...
Variables named PlayerCamera are being automatically replaced with references to PlayerCameraManager in Player Controller Blueprints. Occurs when you copy+paste a reference (both get and set) to Pl ...
When using the Vive and the Anti-Aliasing Method of "Temporal AA" Widget components appear blurry during movement. ...
If the settings for the multiplayer options are set as follows: Number of players : 1 Run Dedicated Server : True (Checked) Use Single Process: False (Unchecked) Editor Multiplayer Mode: Play As Cl ...
FindInBlueprints->CacheAllBlueprints(FSimpleDelegate::CreateSP(this, &SReplaceNodeReferences::OnSubmitSearchQuery, true), EFiBVersion::FIB_VER_VARIABLE_REFERENCE); This leads to crash. Users can b ...
The editor crashes when testing an animation that has an audio track containing a wave sound. ...