Unable to pass Enum from AnimBP to ControlRig successfully

UE - Anim - Rigging - Control Rig - Apr 7, 2022

ControlRig doesn't work as expected because I can't pass an Enum from AnimBP to ControlRig. If it is a RigElementKey of Struct instead of ERigElementType, it works normally. This is the current wor ...

Restarting the engine makes c++ classes not visible from the content browser

UE - Editor - Content Pipeline - Content Browser - Apr 5, 2022

After creating c++ classes, if the engine is restarted, the c++ classes will not be visible in the content browser. However, the created classes are visible from the explorer. After opening the engi ...

[Console Commands] - au.debug.sounds.sort priority shows all sounds as priority 1.0 when volume scaling is bypassed or sound is 2D

UE - Audio - Voice Management - Apr 5, 2022

The priority display does not correctly reflect the set priorities of sounds when they are not being attenuated or when Bypass Volume Scale for Priority is Enabled. If a sound is attenuated and scal ...

Param usage bug when using switch params

UE - Rendering Architecture - Materials - Mar 28, 2022

From the ticket: In a material instance using the attached master material if A is TRUE and B is FALSE I expect to be able to configure param C in the UI. However param C is shown only when Useswi ...

Asset localization does not work properly for Paper2D related assets such as Flipbook

UE - Foundation - Mar 18, 2022

This issue is resolved by changing Paper2D's LoadingPhase to PostConfigInit, but this is a workaround. We suggest a better long term fix via AssetRegistry changes (see comments). In the default la ...

Starter Content's "P_Explosion" does not successfully convert to a Niagara System - incorrect loop, spawn, sprite size, and collision behaviors

UE - Niagara - Cascade - Mar 17, 2022

Starter Content's "P_Explosion" does not successfully convert to a Niagara System - incorrect loop, spawn, sprite size, and collision behaviors Changes needed for / issues found with each emitter:A ...