On a Linux project, starter content does not appear in content browser until project is reopened

UE - Platform - Linux - Mar 12, 2015

When creating a new project with starter content on Linux, the only asset that appears in the content browser is Floor_400x400. Closing/reopening the project will cause the rest of starter content ...

AI Pawn Sensing component cannot see and hear at the same time

UE - AI - Mar 12, 2015

Hear events are never fired while See events are fired. They are mutually exclusive, with See events taking priority if both happen. ...

Local Vector variables in functions do not save the Y and Z values

UE - Gameplay - Blueprint - Mar 12, 2015

Local Vector variables in functions do not save the Y and Z values. Possibly connected: after entering the X value, pressing Tab does not move to the Y value. Tabbing from there works as expected. ...

Character BP yaw rotates at different speeds when played in Standalone vs. Selected Viewport

UE - Gameplay - Mar 12, 2015

When you have a character in a level and if you setup the blueprint of the character as shown below, the rotation of the character will differ when played Standalone vs Selected Viewport. Photo of ...

Using a function to set button style causes a crash

UE - Gameplay - Blueprint - Mar 12, 2015

I user was using a function to set button styles and they found that this would cause their editor to crash when trying PIE ...

User defined structures cannot reference asset/object/class types in defaults

UE - Gameplay - Blueprint - Mar 12, 2015

Defaults for variables of asset/object/class type do not show up in the defaults panel in User Defined Structs. This severely limits their usefulness as a data definition. ...

Deleting class instance will call destructor for each instance of the class

Tools - Mar 11, 2015

**UPDATE** When the actor is pulled from content browser to scene, a "ghost" object is created even if the actor is still being "held". Dragging the actor back and forth into the editor viewport wi ...

Changing UPROPERTY() settings causes detail components to vanish in editor

Tools - Mar 11, 2015

When a UPROPERTY() macro is changed and the recompiled, the hot reload in the editor will cause any BP based on the class to lose certain aspects of the Detail panel such as the actor's transform. ...

Selected BP Variables do not refresh details properly

UE - Gameplay - Blueprint - Mar 11, 2015

When selecting variables within a blueprint using the arrow keys, it doesn't refresh the Details properly. You can see this by clicking on each of the variables, to see what the difference between t ...

Changing the value of a text struct variable inside a duplicated function that contains a Make Struct node will reset that value in the original function

UE - Gameplay - Blueprint - Mar 11, 2015

Changing the value of a text struct variable inside a duplicated function that contains a Make Struct node will reset that value in the original function. This does not appear to occur with other va ...