JAR files copied from Intermediate/Android/apk/libs for Gradle packaging are not included in the classes.dex in the final packaged APK. ...
Gradle AAR import paths need to be absolute instead of relative since the current work directory used to package Gradle is not the same as Ant. ...
Since multiple dict tags can be in a plist, not just the top level, need to be able to specify to only insert once. Adding an optional once="true" attribute to these commands in UPL will allow this ...
An error populated the output log when Compiling an AIController Blueprint Class with an AIPerception Component. This is not a Regression, as it Occurs in //UE4/Main. ...
Gear VR appears Choppy when add Widget components to the scene (this issue was not present in earlier version of the engine in the same project (4.16 appears to be a regression for 4.17)) Note: The ...
This is a common crash that has affected more than 170 users since at least 4.15 and occurring into 4.17. Based on one user description and frequent project names, this appears to commonly correla ...
Renaming Parent component to the same name as a component in the child blueprint causes a crash from child blueprint when you press enter. When you reopen the project from the crash, the child bluep ...
Not a regression occurs on 4.16 ...
Copy/pasting a child and non-child component in IWCE will not preserve the individual attachment hierarchies of the components. It'll be based on whichever was last selected. If the child was last ...
When the user duplicates (using Ctrl+W) two components that are attached, their attachment hierarchy isn't preserved. This occurs in both the blueprint SCSEditor and in IWCE. ...