Dependent values of CVars for animation budget allocator are not correctly updated when setting from ini

UE - Anim - Runtime - Jun 14, 2024

It seems that the FConsoleVariableDelegate used with CVars in AnimationBudgetAllocatorCVars.cpp does not get called when values get set initially from ini (e.g. DefaultEngine.ini) so dependent value ...

Render in Movie Render Queue with High Resolution Tiling Overlap causes dark pixels

UE - Anim - Sequencer - MRQ - Jun 13, 2024

From UDN: thanks for your reply. I have attached a very basic scene with a MRQ settings preset. The only thing I have changed in the scene is that I've set the Camera Exposure to manual, as it do ...

Deploy device not saved in Project Launcher

UE - Editor - Jun 13, 2024

The deploy device selected in project launcher custom profile does not get saved. After restarting the editor, all selections are cleared, and have to be re-selected in the deploy device every time. ...

Usd wrapper uses TCHAR_TO_ANSI conversions causing path issues with basic extended ASCII character set

UE - Editor - Content Pipeline - USD - Jun 12, 2024

It seems that a simple change from TCHAR_TO_ANSI to TCHAR_TO_UTF8 in UE::FUsdStage OpenStageImpl() fixes the issue. ...

AlwaysTickPose is prone to double firing notifies in a dedicated server setup.

UE - Anim - Gameplay - Jun 11, 2024

See UDN for more info: https://udn.unrealengine.com/s/question/0D5QP00000MfU8l0AF/uanimnotifynotify-is-called-twice-for-the-same-notify-on-server-in-a-multiplayer-game ...

Setting a poseable mesh component as leader component for a skeletal mesh component causes an access violation.

UE - Anim - Runtime - Jun 11, 2024

When a skeletal mesh component's leader component is set to a poseable mesh component, the application will run into an access violation when it tries to update animation curves and morph targets. ...

Inconsistent behavior with data layers and attached actors

UE - World Creation - Worldbuilding Tools - Data Layers - Jun 10, 2024

[VariantManager] Over exposure when using image from file as thumbnail

UE - Editor - Content Pipeline - Variants - Jun 10, 2024

This is a sRGB color space issue. Potential solution: Use regular texture import instead of FImageUtils::ImportFileAsTexture2D in ThumbnailGenerator::GenerateThumbnailFromFile ...

SharedStructMemory's custom deleter doesn't call ~SharedStructMemory and may result in a memory leak

UE - AI - Mass - Jun 10, 2024

FSharedStructMemory uses a custom deleter that calls FMemory::Free, but it doesn't call the destructor. FSharedStructMemory's destructor is responsible for correctly destructing the internal ScriptS ...