Skeletal mesh defined in code cannot be set in the editor.

UE - Gameplay - Blueprint - Apr 16, 2015

Defining a skeletal mesh component in code and attaching it to the root component will not allow the component's details to be editable inside the editor. ...

Combo Box (String) does not work when applied to a 3D widget

UE - Editor - UI Systems - Apr 16, 2015

Users are not able to get the drop down menu to show up when the combo box is applied to a 3D Widget (World Space) ...

Child Actor component is not affected by the 'Visible' and 'Hidden in Game' settings

UE - Gameplay - Apr 16, 2015

Child Actor component is not affected by the 'Visible' and 'Hidden in Game' settings. It is still rendered in the bp viewport and in the level during play. Even if the 'bpSelf' is set to hide in g ...

Cannot access Make MaterialSpriteElement Struc

UE - Graphics Features - Apr 16, 2015

You cannot access the Make MaterialSpriteElement Struc since 4.6 when pulling off a Material Billboard Component Set Array Elem setup. In 4.5[Image Removed] In 4.7.5[Image Removed] also reproduce ...

Viewports: Marquee selection always selects skeletal meshes in ortho viewports

Tools - Apr 16, 2015

Box select always selects skeletal meshes in ortho viewports, even when not touching the actor. Switching on Strict Box Selection fixes it as a workaround. ...

Modules tab is "unrecognized" if editor restarts with it open

Tools - Apr 16, 2015

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] ...

Animating blueprint mesh duplicates uncontrollably

UE - Gameplay - Components - Apr 15, 2015

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 ...

Setting inherited variables in child blueprint crash editor

UE - Gameplay - Blueprint - Apr 15, 2015

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

UE - Gameplay - Blueprint - Apr 15, 2015

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 ...

Custom Blend Graph cleared after switching Blend Logic

OLD - Anim - Apr 15, 2015

User is not happy that the Custom Blend Logic Graph is cleared out if you accidentally switch the Blend Logic back to Standard ...