The search field within blueprints loses focus after right-clicking in an empty space in the graphs. I checked to make sure this was not a universal issue, and it is indeed platform specific with t ...
Right clicking in the event graph of a Blueprint to bring up the Context Menu results in the user having to click on the search field to make it active on Macs, whereas this is not the case for PC's ...
Rotating component using "Move Component To" does not use shortest distance. Regression (Yes) issue (does not) occur in 4.10.4 ...
Using a Cine Camera actor as a component in blueprints does not expose the Lookat Tracking settings. If you simply place a Cine Camera actor within your scene taken from the 'Modes' tab, you will s ...
After creating a component in code and placing an instance of the code class/blueprint into the level, the component will still show as inherited if the component is removed from code. EDIT: Includ ...
Particle lights cause flickering when using either FXAA or no AA, but turns into black squares on the screen when you enable Gaussian Blur Regression: Yes, does not occur in 4.10 ...
When using static lighting with Reflection Captures, the light sources Min Roughness setting is not honored. This is part of the new update for Reflection Capture Actors to render the light shape ...
If a user decides to use Tortoise SVN, the error messages given for needing to have things checked out is inconsistent. If there is a blueprint which references another blueprint, and the reference ...
When trying to update a Steam leaderboard, the source code currently adds the new value to the old value instead of replacing the old value with the new value. This works fine for something like a T ...
Splitting the input rotation pin of a Blueprint node results in the X, Y, and Z values being applied to a different axis (X becomes Z, Y becomes X, and Z becomes Y). ...