LIVE: Code projects using TextureRenderTarget2D will not build because UTextureRenderTarget is undefined in TextureRenderTarget2D

UE - Foundation - Core - Nov 5, 2014

If a TextureRenderTarget2D is used in a code class, the build of the project will fail with an error stating that the UTextureRenderTarget base class is undefined. The line #include "Engine/TextureR ...

UWorld::UpdateWorldStreamingState in World.h has no implementation anywhere in the Engine, and is not referenced anywhere in the Engine.

UE - Gameplay - Nov 11, 2014

The UWorld class contains a declaration for UWorld::UpdateWorldStreamingState in World.h, but there is no implementation in World.cpp, and no reference to UpdateWorldStreamingState anywhere else in ...

LIVE: Crash when stopping simulation after using Keep Simulation Changes feature.

Tools - Nov 10, 2014

A user is experiencing a crash when using the "Keep Simulation Changes" feature in the Editor after running a simulation of their project. The user allows the simulation to run briefly before pressi ...

Text Jitters in Detail Panel When Creating a Comment in the Material Editor

Tools - Nov 10, 2014

Text "jitters" in the detail panel of the material editor when creating a comment box as shown in the following link: [Link Removed] ...

Uasset causes editor to crash when opened/right clicked

UE - Gameplay - Blueprint - Oct 21, 2014

Character asset will crash the editor immediately when opened or right clicked. Crash Report: 431837 ...

LIVE: The editor crashes on Mac when attempting to open the attached Media Player .uasset

Tools - Nov 4, 2014

Does not occur on PC. CRASHREPORT: [Link Removed] CALLSTACK: <unknown module>! FOutputDeviceMacError::HandleError() <unknown module>! EngineCrashHandler(FGenericCrashContext const&) <unknow ...

LIVE: Editor crash on open if saved with detached viewport and sky light in level.

UE - Graphics Features - Oct 21, 2014

If there is a sky light in a scene and the viewport is detached and closed prior to saving, the editor will crash when trying to reopen the project. Crash Reporter: 431802 ...

ListSoundDurations command doesn't display by default

UE - Audio - Oct 23, 2014

After investigating AnswerHub issue I found that the ListSoundDurations command works differently than others, using the UE_LOG macro with LogAudio, Log, which won't be shown by default. It would ma ...

LIVE: Attach Actor to Component crashes the editor when used after Set Simulate Physics

UE - Simulation - Physics - Oct 31, 2014

The user has attached a small project at the link to demonstrate the issue. Occurs in 4.5.1 and well as Main (//depot/UE4/Promotable-CL-2239587). Crash Reporter: [Link Removed] ...

CRASH: Editor crashes when retargeting custom rig

UE - Anim - Rigging - Oct 30, 2014

When retargeting user's mesh from one custom skeletal mesh to another custom skeletal mesh the editor crashes. ...