When reparenting blueprints and both the old and new parent blueprint contain a subobject but with different values on it, the reparented blueprint doesn't correctly inherit values from the new pare ...
A character standing in a base will match its velocity to the base's velocity. If that character jumps into another base its velocity will be added to the new base's velocity and the character will ...
In some situations, it can be useful to have a replicated editor-only C++ property (For example, the user that reported this issue was attempting to replicate settings to the client for game designe ...
When UMaterialInstanceConstant::UpdateCachedData() updates CachedExpressionData.PropertyConnectedMask for material instances with layers incorrectly, it can lead to various graphical issues includin ...
When you call GetOuter() inside AssetUserData::PostEditChangeOwner, the Outer that is returned, is marked as "Trash". This is because the object is constructed again when an AssetUserData is added. ...
Lumen GI has temporal flickering/noise after running the Editor for 3+ days. ...
CSM targets are still created and affect the InjectTranslucencyLightingVolume pass when moving in a project that only uses VSM causing over brightening of fog planes and other translucent meshes. r ...
When using material attribute layers in a material layer setup, there is a potential discrepancy in the number of VT Lookups presented in the material instance's Platform Stats. When the same textur ...
Copy-paste the TestCode.h and TestCode.cpp into a module Activate the customization in the StartupModule() function ``` FPropertyEditorModule& PropertyModule = FModuleManager::LoadModuleChecked<FPro ...