Other components aren't ignored if 'Ignore Owning Actor' is enabled for a Radial Force component User Description: From 4.7 release notes; "New: Added 'Ignore Owning Actor' option to Radial Force ...
If you use the Open level node in the newest promoted build, once the project is deployed to an Android device, when triggered with a UMG, the project will freeze and be unplayable. Issue does not ...
Calling a child's child in a child blueprint from a spawn actor from class node that is being called back to the child causes an error. Basically, when using the spawn actor node referencing the chi ...
"Play" node in the Blueprint Editor does not restart the animation when it is triggered. Problem crops up when somebody wants to replay the animation assigned to the skeletal mesh more than once. ...
When transitioning from AR map/pawn to Non-AR map/pawn the direction the phone is facing is applied to Non-AR pawn. Only occurring on Android/ARCore Also tested in Main CL #4229747 Tested with Pi ...
Hot Reload does not work if a project and the Engine that project is associated with are placed next to each other in the same root folder that shares the same name as the project. During the Hot Re ...
At low FPS particle systems with "Previous Tangent Recalculation" enabled in the Ribbon Data result in messy mesh generation. Found in 4.21 CL# 4753647, 4.22 CL# 6574378, 4.23 CL# 6925347, and 4.24 ...
Vertex Fogging setting causes skybox material on large skybox mesh to not be rendered. Confirmation for 4.25 blocked by [Link Removed] ...
Attaching other actors to a child actor (actor spawned by ChildActorComponent) fails to serialize correctly as part of the map. The attached actor loads as detached and resets its position back to w ...
When the value of a variable defined in a parent class is changed inside of the child class, the value is not updated in a BP of the child after hot reloading. ...