Animation Orientation does not Auto-Convert to UE4 Coordinates when Reimporting

OLD - Anim - Nov 23, 2015

Animation orientation does not auto-convert to UE4 coordinates when reimporting the same way it does when importing the same animation as a new import. In other words, a run animation generated from ...

Anim Notify blueprints are included in packages when not referenced

UE - Foundation - Core - Cooker - Sep 17, 2018

Anim Notify Blueprints are included in Packaged builds of the editor even if they are not referenced. This does not occur with other Blueprint classes, such as Actor, although it may with some other ...

'Get Distance Along Spline At Spline Point' Causes Crash

Tools - Jul 28, 2018

User reports that the reason for the crash is that because UpdateSpline is false on the AddSplinePointAtIndex blueprint node, this line is never called [ReparamTable.Points.Reset(NumSegments * Repar ...

Delegate fixup doesn't work when bound functions are not in the current BP

UE - Gameplay - Blueprint - Mar 11, 2022

When BP functions are bound to native delegates with float parameters, we perform fixup on the BP functions such that their float parameters are converted from double precision to single precision. ...

Override Attenuation Can't be Unchecked When Audio Component Added to Blueprint and Blueprint Attached to Actor

UE - Audio - Dec 20, 2017

Checking Override Attenuation in Details <  Audio Component < Attenuation disables settings that further adjust the Attenuation. Such as: Attenuation Air Absorption, Attenuation Listener Focus, Atte ...

“Receives Decals” is not respected on Procedural Mesh Component

UE - Graphics Features - Oct 14, 2022

(Enduring Games) I investigated it and found that the following primitive data flag test in BasePassPixelShader.usf fails: (GetPrimitiveData(MaterialParameters).Flags & PRIMITIVE_SCENE_DATA_FLAG_DE ...

Granular Synth Component does not generate sound on non-Force Inline assets

UE - Audio - Mar 7, 2022

Granular Synth Component is not generating a sound as it previously did. ...

Cannot paint landscape layers onto tiled landscapes

UE - LD & Modeling - Terrain - Landscape - Jun 30, 2015

paint layers do not take effect on all tiled layers that have a material incorporated if a user attempts to paint on them from the persistent level. ...

SetStaticMesh does not replicate

UE - Networking - Jun 2, 2015

Using OnRep_StaticMesh() in code or using the Set Static Mesh node does not replicate across server/client in game. ...

Spring Arm Component attached to a Vehicle in a multiplayer environment will cause the Vehicle to jerk forward and backwards

UE - Networking - Aug 11, 2016

Spring Arm Component causes vehicle to jerk forward and backwards in a multiplayer environment. ...