If you open the Modules tab and then close the editor and reopen it, where the modules tab was now becomes an "unrecognized tab". [Image Removed] ...
When animating within a blueprint of a subclass created in c++, the animating mesh replicates itself uncontrollably. Added to .h: UPROPERTY() UBoxComponent* BoxComp; UPROPERTY() USkeletalMeshCompo ...
PIE without compiling child blueprint (3rdSpiderPawn in example) that is attempting to affect an inherited variable will crash the editor. Additional Information: User has several cast to nodes ca ...
It is possible to rename a Function Output the same as a Local Variable, which causes a compile error: Error Internal Compiler Error: Tried to create a property TestVar in scope NewFunction_0, but ...
User is not happy that the Custom Blend Logic Graph is cleared out if you accidentally switch the Blend Logic back to Standard ...
We don't have gpu timings on mobile/tiled gpus so we should just print a message that says that is not supported; right now it'll crash trying to run a shader. ...
If the user is pressing a button and then uses one of the virtual joysticks the "Is Pressed" node will return false even if the user is still holding down the button. ...
Editor-time changes to parent BB asset do not get propagated to derived BB assets. ...
If the -opengl4 command is used while launching the editor it will cause the viewport to go black if something in the level is selected or while using RMB to look around the level. ...
User reported a crash in UAISense_Hearing::OnListenerRemovedImpl when perception listener is being removed as a response to DestroyActor call. ...