Memory leak in Shootergame

Docs - Samples - Jul 27, 2015

Memory leak when leaving Shootergame open for extended sessions. ...

Breakpoints in default Pawn class are not triggered in Debug mode

UE - Foundation - Core - Jul 27, 2015

When running the editor through VS debug mode, any breakpoint that is set in the class used as the Default pawn class in world settings will be ignored when playing in editor ...

Auto Importing Multiple FBX do not respect Import All

UE - Editor - Content Pipeline - Import and Export - Jul 27, 2015

Using the Auto Importing Feature in the engine, when you initially place or update multiple FBX files in the Content Directories, you cannot set values and use the Import All Button. You will have ...

Warning message appears to be incorrect when casting to an inherited blueprint with a self reference

UE - Gameplay - Blueprint - Jul 27, 2015

A user was trying to cast to a child blueprint from the parent using a "Reference to self" variable as the target. The warning messaged: "Child" does not inherit from "Parent" (Cast to "Child" wou ...

Pulling down a large number of achievements causes the game to crash

UE - Platform - Mobile - Jul 27, 2015

When attempting to download a large number of achievements for an Android app the application will crash with a error indicating the JNI local reference count buffer has been exceeded. Project Link ...

FSlateApplication GetUserFocusedWidget (and others) needs bounds checking

UE - Editor - UI Systems - Slate - Jul 27, 2015

(see udn link) GetUserFocusedWidget can crash when a player disconnects their controller as the index into the array goes out of bounds. HasUserFocus, HasUserFocusedDescendants may also have simila ...

animations played on server skip every second frame

UE - Networking - Jul 24, 2015

Animations played on server skip every second frame. *See attached image. ...

Editor gets stuck "Updating file(s) source control status" when importing multiple FBX files with Git source control

If a user attempts to import multiple FBX files into a project that is set up with Git source control, the message "Updating file(s) source control status..." will appear and stay on the surface ind ...

Incremental macros are off by one when using a variable

UE - Gameplay - Blueprint - Jul 24, 2015

When using the increment/ Decrement macros they are off by one. When using the ++ macro the return value is one higher than the actual variable and 1 lower when using the – macro. ...

Set Actor Location and Teleport from a Character when touching an Actor simulating physics will launch the Actor

UE - Gameplay - Jul 23, 2015

Set Actor Location and Teleport from a Character when touching an Actor simulating physics will launch the Actor. User supplied a video demonstrating the problem: [Link Removed] Test project in Pa ...