Re-importing animations from .fbx created in blender stops animation from correctly animating. ...
Custom functions can call Set Timer nodes. There are no other time related functions that can be called through custom functions. Calling a timer through custom functions seems to lead to editor cra ...
Render Target Material is clipped as an Image within UMG when attempting to set to fullscreen while playing in Standalone mode. The interesting thing I noticed about this bug is that the issue is n ...
If a user initiates a save using Ctrl+S while an autosave is in progress, the Editor will crash. CRASHREPORT: [Link Removed] ...
If the user copies and then pastes a For Each Loop the loop will retain previous data such as the array type and will cause compiling errors. ...
Getting a blackboard value as actor and setting an actor to that on tick causes crash. The real issue here is that you can use a function in BP (in this case `UBTFunctionLibrary::GetBlackboardValue ...
Sequence Recorder doesn't record First Person Template character correctly. I wasn't able to track down exactly what it is about the First Person Character Blueprint that causes this though. ...
Walking on an actor with a Spring Arm in the 3rd Person BP template will cause the camera to jitter/skip. This does not happen with an actor that does not have a spring arm and it also does not hap ...
The title text for the editor's splash screen displays the text 'EDITOR' in a small font that is not bold. I do not see this issue on Windows. REGRESSION: Yes Worked: 2824270 Broken: 2891838 ...
Looks like maybe the PropertyView stuff doesn't like it when the subobject name matches the parent's object property name? In this case the CDO is the object that will be selected to the PropertyVie ...