When an array of a struct, defined in code, is used in a blueprint, preforming a hot reload after making changes to the class with the struct will cause the blueprint nodes relating to the struct be ...
User in the linked UDN reports that the parent BP update was not being called in an animation blueprint unless they hooked up the parent call. By default this call is greyed out in the graph and sh ...
It seems that the attachment project's assets are Incorrectly displayed regarding LOD VertexColor until paint mode is selected. I attached the movie to explain this problem by licensee. Near LOD0 s ...
Blueprint notifies do not show up in Personas Add Notify menu if the c++ class they inherit off is marked as abstract This is because the list of valid notify classes we cache is filtered by the Ab ...
Previewing a Node in a UI Material will not show anything, or will remain showing what is placed in Final Color. This issue appears to be fixed in Dev-Main as of CL-2914624. ...
In a Widget Blueprint, after animating a button to transform vertically (possibly other directions) with the Curve Editor active, engine will crash upon creating a second animation. ...
If two custom classes are created in C++ (Class A & B) and a reference to Class A is created as a member of Class B and initialized in Class B's constructor, the editor will crash once a blueprint o ...
Choosing the side that is supposed to vibrate during forced feed back does not appear to have an effect. The same side vibrates regardless of selection ...
#ifdef and #ifndef have no affect when used in the header file of a class. Ex: #ifndef MYMACRO UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Test) float ANumber; #endif ANumber v ...
When using a controller in HTML5, the project crashes within the browser. However, this does not occur on Google Chrome. FireFox/Nightly crashes on launch on as well as packaging and running the pro ...