Placing a special UTF-8 character into the "ProjectDisplayedTitle" will result in GPU dumps failing to open. This appears to be because the dump will switch between us-ascii and UTF-16 file formats ...
Context One File Per Actor (OFPA) reduces overlap between users by saving data for instances of Actors in external files, removing the need to save the main Level file when making changes to its Act ...
When the "Virtual Production Utilities" plugin is enabled, the Editor makes available a list of "Virtual Production Roles", which can be created and individually selected in a "VP Roles" dropdown on ...
When playing in a split screen local multiplayer game the anisotropic reflections differ between players when looking at the same object. It appears as the anisotropic light scatter is not applied ...
Commit 6448c6f (https://github.com/EpicGames/UnrealEngine/commit/6448c6f6d1de1e9fac9614248e06ba06b837814d) introduced inconsistent behavior for TFieldPath and nullptr comparison, depending on constn ...
Hello, We've started seeing a crash within Mutable when it tries to access the source graph in PIE. This only seems to be a problem when running a dedicated server as a separate process. We integra ...
In /Game/ABPLinkingShowcase/Blueprints/Pawn_ABPLinkingCharacter: The character mesh’s root location is lower than the capsule’s lowest point. This is what causes the issue. Based on the event graph, ...
Quote from the UDN: This is easily fixed with a conditional in bool FBlueprintEditor::ConvertFunctionIfValid(UK2Node_FunctionEntry* FuncEntryNode) which we've done locally, but should probably be ...
In SkeletalRenderNanite.cpp / FDynamicSkelMeshObjectDataNanite::UpdateBonesRemovedByLOD, bone indices are of type FBoneIndexType (defined as uint16 from BoneIndices.h), instead of int32. On line 18 ...