Nvidia dedicated graphics card causes menus in the editor to duplicate

Tools - Jun 17, 2015

When using a laptop with an added in graphics card that's Nvidia, the menus in the editor duplicate. However, if you force the editor to use the integrated graphics card, it does not occur. From th ...

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 ...

Project Crashes on UAIPerceptionComponent::RegisterStimulus()

UE - AI - Apr 26, 2016

Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 785] Array index out of bounds: 2 from an array of size 2 Source Context: 363 return OwnerController->GetPawn(); ...

Clicking the [Absolute] bottom of Buttons in Toolbar does not Function

Tools - Sep 9, 2015

Hovering over the absolute bottom of buttons in the toolbar, particularly in Blueprints, results in the button being highlighted, but not accessable. The area seems to be 1 or 2 pixels from the bot ...

Duplicating an actor that calls a custom event from another actor receives compile error

UE - Gameplay - Blueprint - Jun 23, 2015

Duplicating an actor that calls a custom event from another actor receives compile error until the node is removed and replaced. ...

Opening Gameplay Debugger while in PIE removes print string output from screen in subsequent PIE modes

UE - AI - Apr 23, 2015

If a user opens gameplay debugger ( ' pressed while in PIE), all print string outputs to screen disappear, and will no longer appear during any PIE session until editor is closed and re-opened. Wo ...

Editor Crashes when copying/pasting a custom event function that was within a separate function to an event graph if the custom event was created in another blueprint

UE - Gameplay - Blueprint - Jan 16, 2015

Editor crashes when a custom event node is called as a function within a different blueprint in a separate function, then copied and pasted into the event graph of the second blueprint, the executio ...

Custom events with a struct that has had its pin split will throw an error when adding variables to the blueprint

UE - Gameplay - Blueprint - Aug 26, 2016

Custom events with a struct that has had its pin split will throw an error when adding variables to the blueprint. The Struct appears to throw an error when making changes that are seemingly unrelat ...

Ctrl+z while playing in the blueprint editor will undo history

UE - Gameplay - Blueprint - Jun 9, 2015

When pressing play within the blueprint editor, if you use control & z, it'll revert your changes you've made to the blueprint. Which could cause people to lose their progress in their blueprint tem ...

Cannot "hit" character in PhysicalAnimation Content Example 1.2

Docs - Samples - Oct 8, 2015

Cannot "hit" character in example 1.2 of the PhysicalAnimation map in Content Examples Does not occur in 4.8.3 ...