No user comments ...
During PIE instance initialization, there seems to be a window during which UWorld::GetNetMode will not return the expected value: before the instance's NetDriver has been created but after UGameIns ...
If a project uses source control and a blueprint has been diffed against previous revisions, the revisions will appear within the temp folder. This temp folders contents appear in context sensitive ...
An Actor BP with an editable variable that references another Actor in the level will reference multiple examples of that Actor if it is duplicated. Reproduced in 4.7.2 binary and Main (//depot/UE4 ...
Pass by reference variables do not work when called from a blueprint interface between two blueprints. Workaround: Use direct communication to pass by reference between two blueprints. ...
We encountered a crash when using Anim BP Pose Watches to inspect poses on actors in a PIE instance. Specifically it seems ending the PIE session while the Anim BP is still watching the actor in the ...
Get Constraint Force node always returns a magnitude zero vector. Repro Rate: 3/3 Tested this in //UE4/Release-4.27 @ CL#18319896 and was able to get the constraint force, it is a regression. ...
Reproduced 3/3 times. Was not able to reproduce in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed Regression. ...
Both the material and the Niagara compute shader use the same function to interpret the YCoCg color data, but the Niagara compute shader returns an incorrect color. Also found on CL: 32347737 in Re ...