WmfMedia: WMV2 encoded videos are too bright

Media Framework - Sep 2, 2016

This seems to be a bug in WMF's YUV-to-RGB conversion. We can work around this by using our own pixel conversion shader. ...

Replication variable is incorrect in Details panel

UE - Gameplay - Blueprint - Apr 20, 2015

When setting a replicated floating variable, the replication doesn't appear correctly within the replication section of the Details Panel. ...

Multiplayer Shootout project sample is crashing on start

Docs - Samples - Apr 3, 2015

The project sample Multiplayer Shootout in the Learn tab is crashing on start up with 4.7.4 Crash does not occur on 4.8. Tested by Patrick.D on Main CL-2498147 Pass in 4.7.5 dev. - CKC 2503383 ...

FixDeps runs on every build even without any changes

UE - Platform - Linux - Oct 21, 2016

This has been fixed for 4.15, but 4.14 was branched before the fix. Note that this issue is distinct from [Link Removed] and the fix is much simpler. Note that [Link Removed] (pull request #2839) ...

Wiring up the output of a get node (the pass-thru value) without wiring the execs is confusing to users

UE - Gameplay - Blueprint Compiler - Apr 28, 2017

Right now if an impure node has no exec connections it gets culled out, which is implicitly breaking the wire for the output value of the node. We could either make this work just like a get or mak ...

Crash on packaged game with Struct containing Enum and Nativization on

UE - Gameplay - Blueprint - Jun 20, 2017

There is a crash occurring with a packaged game that has a Struct containing an Enum inside of it, as well as having the nativization on, the issue does not occur if Nativization is turned off. The ...

Unable to localize the Application menu on MacOS

UE - Editor - UI Systems - Localization - Sep 8, 2017

It has been reported that the Application menu on MacOS cannot be localized using the Engine. It appears that when the Engine creates this menu, it does not use the localization system in the Engine ...

Scene Capture Component "SetShowOnlyActors" no longer exposed to Blueprints

Tools - Aug 6, 2018

SetShowOnlyActors of category Scene Capture Component is no longer exposed to Blueprints. Also missing in Main CL# 4247867 ...

Linker Object (Unresolved Export) Crash on Standalone Exit

UE - Gameplay - Blueprint - Aug 15, 2018

Crash when exiting standalone. "we have an export that is never getting resolved, this is the export that is causing the mislink error when shutting down the game" Please see UDN post for more info ...