If a user uses Alt-tab to change to another window, the ReceivedFocus and LostFocus functions are not called as they would usually be called when using something such as Shift+F1 or Ctrl+Esc. Note: ...
Using simple move to location in sublevels causes the blueprint not to respond or function correctly. ...
Trying to use an Open Level function in HTML5 does not allow the level to actually load. Instead, the project flashes and refreshes back to its original position. Open Level function does work on W ...
Projects created with an 'Open Level' node added within their blueprint are not working correctly on mobile devices. They do however work on Mobile PIE, PIE and Windows. Occurs on: 2894_SamsungGala ...
When dragging an actor from the content browser to the level viewport, PostActorCreated() is called twice, once as the actor enters the viewport while still being dragged and again when the LMB is r ...
Attempting to build the editor from source will fail to compile in VS if the computers Region format / Language is set to Turkish. This is caused by #ifndef Identifiers being translated incorrectly ...
When creating a new actor at run-time through code, it's possible for RPC function to be called before the new actor's BeginPlay is called. ...
If two projects are both built using the DebugGame solution configuration, the first project will fail to compile in DebugGame again due to Unresolved External errors. It seems when DebugGame is co ...
When using the "|" operator to separate "Category | Subcategory" inside a UPROPERTY, a blueprint based on the class will show Category | Subcategory AS the category name instead of listing a categor ...
When provided sample project is run in PIE, crash occurs after call to SetMaterial() is made in code. Downloadable Project: [Link Removed] CrashReporter: [Link Removed] ...