WebRTC binaries do not have the correct headers and the headers need to be updated. Linux binaries also need to be updated to match the new headers. ...
If an actor that is used in the pooled actor list of UMassActorSpawnerSubsystem is destroyed, it causes a nullptr exception in UMassActorSpawnerSubsystem::SpawnOrRetrieveFromPool. The subsystem atte ...
The call to UpdateInstanceTransform within UInstancedStaticMeshComponent::UpdateInstanceTransformById(..) sends bTeleport in place of bMarkRenderStateDirty that was added as part of Unreal Engine 5. ...
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 occurs when the pawn is initially replicated using the huge object path when first connecting to a server. Destroying and restarting the client's pawn works as expected. After connecting, the c ...
When moving a character, attempting to change the relative location of one of the character's components is causing it to remain at the default location. If you do not move the character, the locat ...
Code gen templates need to be updated according to changes made to the OnGenerateAudio API. ...