After using FMath::RandRange() to initialize elements of an int array in a SaveGame class and then setting all of the values of the array to 0 before using UGameplayStatics::SaveGameToSlot() to save ...
Found in the process of replicating the linked Answerhub. When an opaque material is setup as a master material with the intent to have an Opaque and Translucent version, the material instance will ...
When a UTF-16 character (™ for example) is passed into a StringToBytes() function and then returned via BytesToString, the returned character does not match (in the case of ™, a double quotes is ret ...
Unexpected vertex normal orientation when manipulating some morph targets. This may be related to [Link Removed], but felt different enough to enter on it's own. ...
Instanced Foilage Actor painted on an Actor who is attached to a Parent Actor, does not update transform when Parent is moved. Note: The foliage will move if the base actor is moved directly, inde ...
Setting the world origin will not update existing Niagara particles. ...
When taking a high res screenshot of an object in orthographic view in 'Unlit' mode, the object size in pixel is the same no matter the resolution multiplier. For instance if you set it to 10.0 th ...
Find Session does not always return the correct amount of sessions when finding sessions at the same time. ...
When using a Shooter Team Start to set up team spawns in Shooter Game, enabling the Not for Bots, Not for Players, or the Spawn Team options don't seem to have an effect, as both the players and bot ...
At screen resolutions other than 16: 9, widgets added with AddToPlayerScreen can not be completely filled. The final size calculated by GameLayerManager seems to be incomplete. ...