QAGame Win64 Development BootTest: * Ensure: Ensure condition failed: oldValue == newValue [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Private\HAL\ThreadingBase.cpp] [Line: 311] oldVal ...
Users can obtain a FGameplayTag reference by calling FGameplayTag::RequestGameplayTag(TagName) passing in a path like MyCategory.MyGameplayTag. Users can rename INI-defined tags in the editor via t ...
Does *not* occur in editor. Only in standalone and runtime. Occurs when modulating Chorus or Bit Depth Also occurs in 5.2 and 5.3. I also noticed the test with this is supposed to set the chorus e ...
It appears using the attribute reader with the shape location module set to torus will cause NaNs. The log mentions Sphere Radius among them, which should not be used with the torus mode. ...
Primitives with the "Lightmap Type" set to "Force Volumetric" are not shadowed correctly. Issue dates back to at least 4.27.2. As a workaround, making FLightCacheInterface::GetStaticInteraction al ...
When edited through the Details Panel in the Editor, TMap and TSet properties should not allow duplicate keys. When those keys are USTRUCTs with the “WithIdenticalViaEquality” trait, this should be ...
If trigger execute is called in Blueprint, it will fire every time the sound recovers from being virtual, even if it has not been called again. See video example: [Link Removed] Also occurs in Re ...
Callbacks for the Tonemap's afterpass that return identity return black screen unless there is a post-process material. ...