Client references to non relevant actors that go NULL never remap when relevant again

UE - Networking - Nov 5, 2015

https://udn.unrealengine.com/questions/267570/actor-variable-pointer-null-after-net-relevancy-lo.html#answer-267836 ...

The AnimBlueprint Shows Duplicate Objects in the Debug Filter

UE - Gameplay - Blueprint Editor - Sep 3, 2015

The AnimBlueprint shows duplicate characters in the Debug Filter causing three effects: 1. Causes breakpoints not to function properly 2. Reverts back to "No debug object selected" in the Filter rat ...

If a function that takes a custom struct as a parameter is changed and a hot reload performed, any variables in Blueprints that are of that custom struct type will disappear and no longer be usable.

UE - Gameplay - Blueprint - Aug 27, 2015

After creating a custom struct in C++ and adding a variable of that struct type to a Blueprint, hot reloading a code change that involves altering a function that takes the struct as a parameter res ...