Apple added a new Entitlement plist value starting with iOS15 to allow connecting with GameCenter. It's a boolean value with the key: com.apple.developer.game-center Without it, the app can not co ...
The licensee reported this happening on the following cards with the latest driver versions: ● RX 6600 ● RX 5700 The Licensee reported it did not happen on these cards: ● RX 580 ● Non-AMD cards Our ...
Related UDN: [Link Removed] ...
UI rendering in PIE and UIrenderer rendering in MRQ produce different output results. This is because when dealing with fades in the UI, the rendering results should not be different. Workaround ...
In AbilitySystemComponent_Abilities.cpp, the check for the client being on a different section on line 3059 checks that the RepNextSectionID is not the current section. One would assume this is beca ...
When renaming actors during PIE the actor generates a new, non memory/temporary, actor package underneath the PIE world- this is then causing checks in EnumerateMemoryAssetsHelper (in AssetRegistry. ...
This behavior is inconsistent with the behavior of non-nanite meshes, which receive light and cast shadows only from lights in the same lighting channel. [Image Removed] ...
We have various casts across the engine on the scene, which fail to cast when the scene is a null scene. FScene* Scene = (FScene*)(World->Scene); Scene->UpdateEarlyZPassMode(); We shoul ...
The gameplay cue may work fine the first time. If this is the case, then relaunch the editor. It should then be broken, as the tag is no longer loaded after its creation. ...