When you first open UE4, the learning center that's highlighted in green pops open a documentation page once you right-click to disable the notifications from this section. ...
Variables that are not local to the blueprint are returning as "out of scope" when watched. ...
Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self. Without one, the BP fails to compile with the following error: "Error Variable node Get NewVa ...
The project sample Multiplayer Shootout in the Learn tab is crashing on start up with 4.7.4 Crash does not occur on 4.8. Tested by Patrick.D on Main CL-2498147 Pass in 4.7.5 dev. - CKC 2503383 ...
Tools team notes: Make disabled state hidden. If the user applies an image to the disabled state of a button the button will not reflect this change in game. For example if I were to set the disabl ...
Duplicating Collapsed Graph Nodes that have spaces in the name lose all pin connection links. ...
User reports crashing upon open, saving or playing their project in 4.6.1 in Binary. Assertion failed: TargetDelegate [Link Removed] [Line: 5407] ...
Calling a code defined function in blueprints that returns a TWeakObjectPtr causes a crash. ...
Textures files that are imported into the engine from 16 bit PNG files cannot be exported from the engine. Also Reproduced in Main Promotable-CL-2473270 ...
When zoomed all the way in, the selection box does not show up where you originally clicked. The selection box appears where your mouse cursor reappears. ...