When selecting variables within a blueprint using the arrow keys, it doesn't refresh the Details properly. You can see this by clicking on each of the variables, to see what the difference between t ...
The new AI Perception system's BP API, marketed in release notes, depends on UAIPerceptionComponent::GetActorsPerception, that, as one AnswerHub user points out, is useless due to a buggy condition ...
When dragging and dropping the Blueprints folder into another folder, and selecting 'copy here' causes the Blueprints folder to stay as a folder and empty, but another Blueprints folder is created w ...
If a function with a Category set in its UFUNCTION macro has the value of the category changed and then compiled (hot reload), the function will no longer show up in the right click menu of the blue ...
Performing a hot reload on a project that contains an FStringAssetReference inside a struct results in a crash. This was reported to work fine in 4.6.1, but I was unable to verify that is the case. ...
Using a Math Expression node, atan will generate an error as an unknown expression. Reproduced in Main Promotable-CL-2471062 [Image Removed] ...
In ShooterCharacter.cpp (line 376) there is a call to FMath::Min(0.1f, DeathAnimDurtation) that always returns 0.1. User suggests changing FMath::Min() to FMath::Max(). ...
Changing the quality settings (or having them change on you automatically in the editor) drops mips on landscape heightmap textures, which isn't desirable as it makes it look like there are collisio ...
Reproduced in Main Promotable-CL-2471062 When reimporting an FBX Static Mesh housed in a root directory, the engine says that it successfully reimports the FBX, but quietly in the Output log fails ...
UPDATE: 3/10/2015 User reported manually adding a separate boolean value causes that value to automatically switch to true upon reloading editor as well. No current workaround is available. ======= ...