GAS: Creating an UGameplayEffectUIData blueprint will lead to a failed Data Validation

UE - Gameplay - Gameplay Ability System - Aug 16, 2024

The logic for data validation on UGameplayEffectComponent expects it to be owned by a UGameplayEffect. Any Blueprint derived from UGameplayEffectUIData (child of UGameplayEffectComponent) fails this ...

Using Scene Capture 2D with a movable Skylight will cause a crash

UE - Graphics Features - May 11, 2015

When placing a Scene Capture 2D with an assigned Render Target Texture and using a movable Skylight the editor will crash. [Link Removed] ...

World Outliner Sorting order ignores underscores for order

Tools - May 14, 2015

When using the an underscore in the front of a name no longer works for sorting in 4.7 and later. In 4.6 and prior if you added an underscore to the front of the name it would sort to the top of the ...

Volumetric Translucent Shadows will only work if you select the mesh, doesn't show up in game

UE - Graphics Features - Aug 18, 2015

When using Volumetric Translucent Shadows for static meshes the shadows will only work if the mesh is selected. When the mesh is deselected it will not render. This worked in 4.8.3, but is broken ...

Distance Field AO does not work below a landscape

UE - Graphics Features - Jun 25, 2015

This may be a limitation at the moment, but landscapes will block any AO generated from Distance Fields for anything that is below the landscapes surface. This can cause issues for anyone using a ca ...

Default component instances do not update on "Reset to Defaults"

Tools - Apr 29, 2015

When a component that is included in a blueprint by default is set and placed in the viewport, the instance of the blueprint is not updated in the viewport if the yellow arrow is used to reset the c ...

Data Table Columns do not properly wrap text when text is longer than the column width

Tools - Nov 17, 2015

Data Table Columns do not properly wrap text when text is longer than the column width. ...

A Client cannot join a Server after setting a GameMode in the OpenLevel node's Options string

UE - Networking - Nov 23, 2015

A Client cannot join a Server after setting a GameMode in the OpenLevel node's Options string. Reproduced in 4.9.2 binary, 4.10.0 binary, and Main (CL# 2776829) ...

"Use T0As Ref Pose" doesn't work when FBX has two meshes with different bind poses

OLD - Anim - Jun 5, 2015

"Use T0As Ref Pose" doesn't work when FBX has two meshes with different bind poses. See attached example assets ...

Show 3D Widget for vector variable in a blueprint component does not correctly appear in blueprint viewport when implemented

UE - Gameplay - Blueprint - Aug 6, 2015

Setting a vector variable to editable and showing a 3D widget within a blueprint actor component does not show the 3d widget within a blueprint implementing the component. ...