WmfMedia: Memory leak while playing videos

Media Framework - Sep 21, 2016

There's a pretty substantial memory leak when playing videos with WmfMedia on Windows. ...

Mac project being rejected from app store over read/write access

UE - Platform - Apple - Jan 20, 2016

Game was rejected from the Mac App Store for attempting gain read/write access to directories which weren't permitted. Reporter of issue has proposed a possible fix on his AnswerHub post: These tw ...

Adding Text Render Component at Runtime Crashes Standalone

UE - Gameplay - Components - Nov 2, 2015

Adding a text render component to a blueprint through C++ at runtime crashes the standalone player. It does not have any effect on PIE. Also, this only seems to occur when the blueprint in question ...

Ctrl+z does not work within the blueprint editor

UE - Gameplay - Blueprint - May 21, 2015

Ctrl+z being used within the blueprint editor does not respond. If you translate a cube around the viewport and press ctrl+z, the cube does not revert back to the original location. ...

Material Function with Texture Size Texture Property will cause a Crash

UE - Graphics Features - Apr 5, 2016

By accessing the texture property for texture size will cause a crash. Attached image for material graph. Tested in: 4.10.4 Texture Size Texture Property did not exist 4.11.- CL-2927265 4.12 Dev ...

UFE stats convert does not work with double stats

UE - Foundation - Core - Aug 3, 2016

Found by a user in the provided URL. ...

Particles emit from corrupted positions when spawning from cloth vertex

UE - Simulation - Physics - Character - Aug 4, 2017

When spawning particles from skeletalMesh vertices(using Skeleteal Vert/Surf Location), if the specified mesh is a cloth, some particles appear away from the mesh itself. This happens in 4.16 and 4. ...

Disabling "Skip Unneeded Dependency Compilation" clears spline points on component compile

UE - Gameplay - Blueprint Compiler - Apr 5, 2018

Spline points are lost when compiling BP component. Component is used in PlayerCharacter. Spline Actor Casts to PlayerCharacter and calls a function on this component. Workaround: Open BP_SplineAc ...