This is actually a bug with function duplication via UEdGraphSchema_K2::DuplicateGraph. After a function graph is duplicated, the function entry node still retains the same GUIDs for its local vari ...
From licensee:When the player pawn teleports inside a structure that is a HLOD, the dithered HLOD fading transition is not properly reset so we can see it re-starting to fade, from the inside. Our ...
Reported in this threadhttps://forums.unrealengine.com/showthread.php?78320-4-9-Horrible-DFAO-artifacts This looks to be a machine specific issue. I'd like to get some testing on different video c ...
When using an input axis for a task such as moving a character, losing focus on the standalone window while holding the key does not stop the axis from firing, which means the character will continu ...
Trying to use the eyedropper in the color picker window on Mac fails to grab any color values. The colors will only update when hovering or clicking within the viewport but the colors shown aren't c ...
When moving actors spawned from within the editor to a new sublevel, their meshes stop rendering. However, if you open a new level then re-open the old level the meshes become visible again. You wil ...
This issue takes a few attempts to repro. Sometimes when saving the icons will remain normal, but other times a red X will be displayed instead. Opening up the Level that is displaying the X and re= ...
When the CharacterMovementComponent makes the transition from falling to walking, it retains the forward velocity it had while falling. When the character lands on the moving object, its new velocit ...
When a client sends an Unreliable RPC to the Server in same frame with a Reliable RPC, Unreliable RPCs are Reliable. It implies extremely high lag on each lost RPC and all following ones. User lose ...
BlueprintGeneratedClass is not based UBleupint. So the following code is failed. bool UActorFactoryBlueprint::PreSpawnActor( UObject* Asset, FTransform& InOutLocation) { UBlueprint* Blueprint = ...