ExportMaterialUVDensities() gets the incorrect value where the alpha channel is referenced

UE - Rendering Architecture - Materials - Apr 16, 2024

ExportMaterialUVDensities() gets the incorrect value where the alpha channel is referenced (e.g. RegisterIndex of the texture is [3] or [7]) because FMeshRenderer::RenderMaterialTexCoordScales() use ...

Setup command not downloading GitDependencies on arm64 Mac

UE - Platform - Apple - Jul 26, 2023

When running setup command on an M1 arm64 mac the dependencies fail to download. This issue is occurring in Github //UE5/Release-5.3 @ CL 26560699 This issue is NOT occurring in Github //UE5/Rele ...

ExpandEnumAsExecs always uses first Exec if an argument name matches Enum value

UE - Gameplay - Blueprint - Jan 13, 2023

Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. EnumBugBP uses two enum cases and three argument cases for 6 total permutations:Enum w ...

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 ...

Using Virtual Texture Streaming checkbox in texture editor can break materials

UE - Graphics Features - Feb 24, 2021

A texture can be toggled between virtual texture and regular texture using the Convert to virtual texture/regular texture tool in the texture asset context menu. This updates referencing materials t ...

Initial Modules are clamped to a 0 to 1 time range

UE - Graphics Features - Sep 18, 2015

The Initial Modules appear to be clamped to a zero to 1 time frame since 4.8 was released. Projects that are converted from 4.7.6 will have correctly working particle systems, but adding a new part ...

Blueprint Function Library does not save Struct default values

UE - Gameplay - Blueprint - Jan 25, 2017

When a Struct is used as a Local Variable in a Blueprint Function Library, the defaults for its member variables are not saved. If, for example, I enter "3" for an Int member, and "Foo" for a String ...

Editor Periodically Has Performance Drops In Basic Scenes

Tools - Dec 27, 2019

The Editor experiences performance drops even in the default basic level when left alone running. I experienced them every ~3 seconds. My graph didn't show the drops very clearly so the fps counter ...

UV Layout Changes on export from Engine to Maya and Max

UE - Editor - Content Pipeline - Import and Export - Jan 19, 2015

The UV layout of a Mesh is altered slightly when exported from the engine. It becomes more noticeable on objects as their UV Islands shrink in size. Given a default full 0-1 unwrap it looks like t ...

Sequencer crashes when scrubbing characters with sub-anim instances and montage slots

OLD - Anim - Oct 2, 2019

I saw a following assertion. Assertion failed: (AdditivePoses.Num() > 0) || (NonAdditivePoses.Num() > 0) [Link Removed] [Line: 1381] This is my quick fix// code placeholder void FAnimInstance ...