Crash when using AnimBudgetAllocator

UE - Anim - Runtime - Oct 21, 2021

In the AnimNode_Slot code, It seems that update() and evaluate() should be called by following order because in TickAnimation step, we need to make MontageEvaluateData valid.SkeletalMeshComponent::U ...

Retainer box widget causes progress bars to render incorrectly

UE - Editor - UI Systems - Slate - Apr 14, 2021

Retainer boxes are currently causing progress bars to render incorrectly. This looks to be related to [Link Removed] which is fallout from the changes to retainer widget transform calculation introd ...

Vcam - Objects Jittering with Vcam's Follow Cam modifier

UE - Virtual Production - Tools - Virtual Camera - Apr 8, 2021

Precompile occurs in Niagara when Standalone is started, increasing load time.

UE - Niagara - Mar 11, 2021

In 4.26.1, if you remove the collision module from NiagaraSystem, the Precompile will not occur. ...

Override Animation Data doesn't use new animation

UE - Anim - Rigging - Nov 20, 2019

Override Animation Data doesn't use the new animation to play when the animation mode is already 'Use Animation Asset' ...

iOS Shipping Build using std::thread crashes on launch

UE - Platform - Mobile - Jun 2, 2017

A user is reporting that using the following code in a GameMode class causes shipping iOS packages to crash on launch:void ANOGSSDKGameModeBase::StartPlay() { std::thread([](){ std::clog << "THRE ...