Literal value (in UEdGraphPin) for Asset ID shouldn't be stored as UObject*

UE - Gameplay - Blueprint - Nov 5, 2015

https://udn.unrealengine.com/questions/267251/proper-way-to-reference-level-asset.html [Link Removed] https://udn.unrealengine.com/questions/294464/set-nodes-in-bp-for-asset-class-ids-may-hard-ref ...

default values on a Make Struct pin that has been removed are incorrect

UE - Gameplay - Blueprint - Sep 30, 2015

If a user creates a struct, uses a Make Struct node, removes a member from the struct, and then adds the value back in the value will not always be correct. ...

Blueprint Node Typo for "Get Bone Position and Orientation'

Docs - Samples - Sep 24, 2015

"Position" is misspelled for the node: "Get Bone Position and Orientation" It is currently spelled, "Postion." ...

Removing BlueprintReadWrite from a UPROPERTY declaration doesn't make existing nodes invalid

UE - Gameplay - Blueprint Compiler - Sep 11, 2015

Blueprint nodes that exist as a result of the UPROPERTY() macro don't get disabled once the "BlueprintReadWrite" or "BlueprintReadOnly" is removed as a parameter in the UPROPERTY() macro. The nodes ...

Material Instance Parameters "reset to default" button always shows, even if value is default

UE - Rendering Architecture - Materials - Sep 9, 2015

No matter if the value of a parameter you override in a Material Instance is the same as it's parent or not, it always shows the "reset to default" button. See static bool param in the images below: ...

Walking into some destructibles crashes the editor

UE - Simulation - Physics - Destruction - Aug 20, 2015

Submitted by a licensee on UDN. I verified it and have attached the test level that he provided. In the test map. some boxes fall and break. Walking straight into the boxes causes the editor to cra ...

Function call inputs do not revert to their Default Values if a variable node is connected and then disconnected

UE - Gameplay - Blueprint - Aug 3, 2015

Function call inputs do not revert to their Default Values if a variable node is connected and then disconnected. Refreshing the call node does not reset the inputs to their defaults. Reproduced in ...

BP structures added as local variables do not retain default values

UE - Gameplay - Blueprint - Jul 31, 2015

Adding a BP structure as a local variable to a function in a UMG widget graph will display the correct default values in the editor, but zero out to per-element defaults at run time. Update: Other ...

A Child PlayerCharacter BP in this project resets its assigned Anim BP to 'None' on restarting the project

UE - Gameplay - Blueprint - Jul 16, 2015

A Child PlayerCharacter BP in this project resets its assigned Anim BP to 'None' on restarting the project. The user reports that the Skeletal Mesh will also occasionally reset to None. I have not b ...

Duplicated Parameters in a MPC cannot be used always return source results

UE - Rendering Architecture - Materials - Jun 15, 2015

When you duplicate a Parameter in a Material Parameter Collection instead of adding a new Parameter, the duplicated parameter always returns the same results as the source no matter the value entere ...