Snap Actor to View Cannot Be Undone

Tools - Mar 10, 2016

The action of right-clicking on an object in the viewport and selecting "Snap Object to View" cannot be undone with Ctrl +Z or by choosing "undo" from the main menu bar ...

Crash when importing FBX file a second time after an error is given

Tools - Mar 10, 2016

Editor crashes when trying to import a FBX a second time after the FBX failed to import the first time. An image of the error attached below. ...

UPROPERTY specifiers are not reflected for FTransform

Tools - Mar 10, 2016

Defining an FTransform in code with VisibleAnywhere, BlueprintReadOnly allows the variable to still be edited per instance placed in the level. ...

Mouse Position Lags behind Cursor in Editor if Framerate Drops

Tools - Mar 9, 2016

Mouse position lags behind cursor in editor if framerate drops. This can be especially problematic for individuals who quickly select assets as the mouse position may lag behind the cursor location ...

Media Player assets do not play in packaged games or in standalone

Tools - Mar 8, 2016

Media Players and their associated textures do not render in standalone game or in a packaged project. Found on: //UE4/Release-4.11 CL-2897738 Checked 4.9.2 Binary from launcher, issue occurs ther ...

Inconsistency between Rotation Widget and Transform details

Tools - Mar 7, 2016

The rotation widget and Rotation details sidebar have inconsistent values when rotating using the widget. Also, when hitting a 90 degree rotation from 0, 0, 0, the other axis values are affected. ...

TextureEditorModule.cpp: Layout registered with 'Texture' but unregistered with 'Texture2D'

Tools - Mar 4, 2016

Layout is registered for class 'Texture' but unregistered for class 'Texture2D' ...

Special modifier key inputs do not register in editor if the key press occurs instantly

Tools - Mar 1, 2016

Special function key presses and hotkey shortcuts do not register in the editor if they fire key presses instantaneously (0ms). In particular, TypeMatrix keyboards reproduce this error using keyboar ...

The editor camera moves backwards when clicking if the user presses Ctrl+S while holding the right mouse button

Tools - Feb 29, 2016

If the user uses Ctrl+S to save while holding the right mouse button the editors camera will then move backwards while pressing the right mouse button ...

SColorGradientEditor Does Not Trigger OnCurveChanged Events

Tools - Feb 26, 2016

User Description: "SCurveEditor, class which is used for float ramps, seems to trigger OnCurveChanged events for the underlying curve; however SColorGradientEditor (constructed by SCurveEditor) seem ...