Adding a Local Variable to a blueprint Construction Script will cause a crash

UE - Gameplay - Blueprint - Dec 18, 2014

Adding a Local Variable to a blueprint Construction Script will cause a crash ...

Internal Compile error received from rearranging Format Text nodes

UE - Gameplay - Blueprint - Dec 18, 2014

Internal Compile error received from rearranging Format Text nodes Output Log of Error: LogBlueprint:Error: [compiler] Error Internal compiler error inside CreateExecutionSchedule (site 2); please ...

Infinite loop error message does not help and spawns too many messages

UE - Gameplay - Blueprint - Dec 17, 2014

The infinite loop reporter is reporting every infinite loop by popping up a window for each problem loop. So if you have an actor with 3 loops that trigger the infinite loop error and then you have ...

Setting the root component in a code class constructor does not actually set that component as the root component of a Blueprint created from that class.

UE - Gameplay - Blueprint - Dec 16, 2014

The root component of a Blueprint is determined by the order in which the components are defined in the constructor of a class (the component defined first becomes the root component). Trying to set ...

4.6 Delegate error in Blueprints

UE - Gameplay - Blueprint - Dec 12, 2014

When looking into the bd_hud_scoring and bd_rules_maze blueprints in the users project (Provided below), there are nodes that are throwing errors. If you press compile, the errors go away and the co ...

Lens Flares Tints appears in the Get Settings node for PostProcessVolume but does not appear in the Set Settings node

UE - Gameplay - Blueprint - Dec 11, 2014

The Lens Flares Tints struct appears in the Get Settings node for a PostProcessVolume but does not appear in the Set Settings node. ...

Right-clicking in the Event Graph of a second Blueprint created using Create Blueprint Using This... will crash the editor

UE - Gameplay - Blueprint - Dec 9, 2014

Right-clicking in the Event Graph of a second Blueprint created using Create Blueprint Using This... will crash the editor. Crash Report: [Link Removed] Call Stack:<unknown module>! KERNELBASE!Rai ...

A custom Blueprint node created using a code class derived from EdGraphNode can no longer be found in the event graph to be used.

UE - Gameplay - Blueprint - Dec 9, 2014

Custom Blueprint nodes no longer appear in the event graph. This was working in 4.5.1, but no longer works in 4.6 and Main. Previously working: CL 2336109 No longer working: CL 2374938 CL 2375748 ...

Set Members in Struct node doesn't work if the Struct is contained within an Array

UE - Gameplay - Blueprint - Dec 9, 2014

Set Members in Struct node doesn't work if the Struct is contained within an Array. ...

Editor crashes when importing 4.5.1 project to 4.6

UE - Gameplay - Blueprint - Dec 9, 2014

The user converted a copy of their 4.5.1 project to 4.6. Upon opening that project, the editor crashes. Deleting certain widgets allows the user to open the project, but opening any map results in a ...