Multigates only fire the first output when inside a function. The same setup in the Event Graph will function as intended. Reproduced in 4.7.4 binary and Main (//depot/UE4/Promotable-CL-2498147) ...
After adding a new Camera Actor Component within Blueprints to an existing Spring Arm Component, the Camera Component adopts the location settings , but does not set its location within the viewport ...
Basically, the problem is that the Main Thread is able to run AActor::Tick() (including Blueprint Tick Events) at the same time that the animation system is running functions such as UAnimInstance:: ...
User has reported that his actor components are bugged in his BP_Hero blueprint, stating that the functions aren't being recognized. And when he attempts to compile another blueprint that references ...
If the user creates two blueprints and parents one to the other and then creates 3 event dispatchers in total between the two in an alternating method it will cause and error and the event dispatch ...
When exporting a large file, due to the way the auto reimporter only checks for the number of changed files has remained stable for some given threshold, it can kick in too early even though the sin ...
Using UFUNCTION(Server, Reliable, WithValidation) with an RPC function results in a failed build in Visual Studio. The same test in Main yields a different set of error messages. ...
When the user adds an actor to the scene that has text render components, the components do not show up when shown in a packaged game ...
Opening any files in folders (attached) cause editor to crash. Crash Reporter: [Link Removed] Frequency: 10/10 In user's project (available if needed), opening the project immediately crashes ...
The 'Add Movement Input' node no longer functions on a Default Pawn. This worked in 4.5.1 & 4.6.1. ...