When a material is utilizing emissive color, separate translucency, and the project is using MSAA the material will give off intense bloom to the point of flashing the screen. [UPDATE] After addit ...
This is a trending crash in the 4.18 release. Users have not provided any descriptions of their actions when the crash occurred. Source Context 892 const FNameEntry* FName::GetDisplayNameEn ...
With the rework of IP address resolution in 4.25, this assert now occurs. When no packet handler is used, UPendingNetGame::InitNetDriver calls SendInitialJoin() immediately, before async address res ...
This is caused by the loss of data in the ULScapeHeightfieldCollisionComponent::CollisionHeightData. The CollisionHeightData is not marked as BULKDATA_PayloadInSeperateFile and is processed with a k ...
NaniteBuilder uses an int8 type for ExternalEdges and counts adjacency with a int32. The bug stems for the cast to int8 when adding the adjacency count into the ExternalEdges array. The precision l ...
When an object is created procedurally with code and placed into the editor the collision analyzer will detect the object properly. If the object is then moved to another part of the level the coll ...
Seems to be an issue with the indirect lighting cache where if you have interpenetrating static meshes (for example static mesh rocks that make up the ground), there are cases where the cache points ...
A number of places in the code rely on raw UProperty pointers to track properties they care about. This can present issues when BPs inherit from other BPs, because the parent's class may be Purged / ...
Unable to reproduce. User believes it is directly related to the speaker they are using when it goes into standby mode. If they unplug the speaker, everything runs okay. After receiving the warning ...
When you have an actor with a Hierarchical Instanced Static Mesh component that has a Static Mesh set and is populated with at least 1 instance and then duplicate it or move it to another level, it ...