GetAllocatedSize returns inaccurate number of bytes

UE - Foundation - Core - May 20, 2015

When calling GetAllocatedSize() on a TBitArray it will round down the result of MaxBits / NumBitsPerDWORD. This means that not enough bytes are allocated when the MaxBits is not divisible by NumBi ...

VR preview Crashes for the Oculus Rift on 4.8 preview 3

UE - Platform - XR - May 20, 2015

If the User starts up the VR preview mode with an Oculus rift plugged in the editor will crash. ...

Zooming in UMG preview doesn't scale text block margin

UE - Editor - UI Systems - May 20, 2015

Zooming in UMG preview doesn't scale text block margin [Image Removed] [Image Removed] ...

Crash in Keep Simulation Changes

UE - Gameplay - Blueprint - May 20, 2015

Repro from the thread: compile the project of course open eTestMap.umap, and start Simulate wait for the AI characters to go to the Place Volume Actors still simulating, select the character that w ...

The Top Down template TopDownController has Block Input enabled by default

Docs - Samples - May 19, 2015

The Top Down template TopDownController has Block Input enabled by default. This is potentially confusing for new users not aware of this difference. Note that due to [Link Removed], testing this r ...

When printing an option within an Enumeration out to the screen it does not return the correct name in stand alone

UE - Gameplay - Blueprint - May 19, 2015

If a user tries to print out one of the named variables that is stored within an Enumeration blueprint then it will return something along the lines of Enumeration 0, Enumeration 1, Enumeration 2, . ...

HeaderTool issue with comment format

UE - Foundation - Core - May 18, 2015

If a user is attempting to apply a header comment to a function, if the following syntax is used, the editor will return the error "End of class header encountered inside comment" /** @brief Values ...

If a component has been rotated at all, running ComponentSweepMulti on it does not return the correct position of any colliders on the component

UE - Simulation - Physics - May 14, 2015

ComponentSweepMulti does not return the correct location of colliders if the component that is passed in has been rotated at all. The actual collision on the object in the game will be correct. ...

Editor crashes upon PIE unless tick is disconnected and reconnected

UE - Gameplay - Blueprint - May 14, 2015

Project crashes if user presses compile or PIE unless they first disconnect and reconnect event tick within blueprint component BP_BuildStage. Frequency: 4/4 CrashReporter: [Link Removed] ...

Issues with Convert Selected Actor to Blueprint Class (previously Replace with Composited Blueprint)

UE - Gameplay - Blueprint - May 14, 2015

A licensee on UDN brought up some issues with "Convert Selected Components to Blueprint Class". After investigating a bit, it seems there's been some regression compared to what could be done with " ...