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

Blueprint Instanced static meshes generated in construction script do not bake lighting properly

UE - Graphics Features - Mar 12, 2015

Blueprint's with an instanced static mesh that has instance components added via construction script will fail to build lighting correctly when the pivot is placed outside the lights radius. This ...

Blueprint with instance static mesh from construction script will cause crash when using the build then build geometry

Tools - Mar 12, 2015

When using a BP with component instance static mesh that is added via the construction script, when using the build button in the toolbar to build lighitng and geometry everything will work correctl ...

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

NavModifierComponent doesn't work well with dynamic owner actors

UE - AI - Mar 12, 2015

When a raw NavModifierComponent gets added to a character it cuts a hole in the navmesh (as expected) but doesn't update the location with character's movement. And it should. ...

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