[Audio Modulation] - Ensure is thrown when attempting to modulate a Source Effect at runtime

UE - Audio - Modulation - Sep 6, 2023

Does *not* occur in editor. Only in standalone and runtime. Occurs when modulating Chorus or Bit Depth Also occurs in 5.2 and 5.3. I also noticed the test with this is supposed to set the chorus e ...

5.3 crashes when loading a map with an actor that had the class of one of its components changed

UE - Gameplay - Components - Feb 1, 2024

Create a blueprint based on actor, give it a SceneComponent named ExampleComp (BP_TestActor) - this should be the blueprints only componentCreate a new level (TestMap), place an instance of the bluepr ...

GPU particles disabled on Quest

UE - Niagara - Feb 9, 2024

GPU particles were disabled on Quest 1 due to a compute issue. We need to validate / fix issues for Quest 2 / Quest 3. Reported in [Link Removed] ...

USplineComponent::GetSplinePointAt() returns FSplinePoint with incorrect Type

UE - Gameplay - Components - Feb 15, 2024

USplineComponent::GetSplinePointAt() returns an FSplinePoint with the ESplinePointType 'CurveCustomTangent' rather than the type from the setup.Expected: It should return the correct type. ...

CharacterMovementComponent: make crouching behavior compatible with custom gravity direction

UE - Gameplay - Components - Feb 20, 2024

CharacterMovementComponent has recently received support for custom gravity directions. Crouch logic needs to be updated to account for custom directions. Currently, crouching logic in CMC assumes Z ...

CharacterMovementComponent: simulated proxy can go into falling due to linear velocity quantization when using custom gravity

UE - Gameplay - Components - Mar 8, 2024

The character movement component in  void UCharacterMovementComponent::SimulateMovement(float DeltaSeconds) evaluates whether to find the floor when simulating the movement of the simulated proxy ...

Recent change to Material Expression code missing a case for "exp2" function in switch (cpp)

UE - Editor - Content Pipeline - Datasmith - Mar 4, 2024

The function "FMaterialDerivativeAutogen::GetFunc1ReturnType(...)" does not have a case for "EFunc1::Exp2". Also found in Release-5.4, CL: 331987674 ...

Shadow doesn't update for a moving nanite mesh (fixed in 5.4)

UE - Graphics Features - Shadows - Mar 25, 2024

When a nanite mesh moves, the shadow does not. ...

Camera Shake can apply a new post process material every tick when post process material has "Is Blendable" disabled

UE - Anim - Sequencer - Mar 26, 2024

In the repro project the player camera has a post process material that slightly darkens the frame by subtracting 0.01 from the final color. When a camera animation based on a camera sequence is pla ...

Character sliding down a surface can prematurely land before reaching a walkable floor

UE - Gameplay - Player Movement - Apr 3, 2024

Under some circumstances, a character falling and sliding along a sloped surface may get hung up near the bottom of the surface before actually landing on the floor.  This seems to occur when slidin ...