Billboard components do not retain 'screen size' size when viewed from a long distance. When negatively scaled (ex: -0.005) they will still be visible from long distances. ...
Rotating constraints in PhAT rotates both reference frames. This behavior was previously enabled by holding ALT while rotating, as indicated by an on screen message in PhAT, but has now become the d ...
Performance issues when a Render target is added to Spectator screen (VR) in a packaged game ...
User cannot undo changes if all of the following circumstances are met:The actor resides in a sublevelThe sublevel's streaming method is set to "Always Loaded"The user Play in editor (while on the m ...
When changing the variable type of a variable that is used in a function for a blutility a crash can occur ...
Attempting to edit the properties of a component on an instance of a Blueprint class that initializes its RootComponent in its Constructor and is attached to another actor in the level results in od ...
The RPCUtility binaries cannot be built in 4.22 due to an issue with DotNETUtilities. When attempting to build the RPCUtility binaries as part of the BuildCommonTools command, the build provides a w ...
The licensee reported "Nearest" filtering on Vulkan doesn't work on some kinds of Android devices.[Link Removed] I was able to repro this issue on Pixel3 but wasn't able to repro it on Xperia X Per ...
In void ATestActor::OnConstruction(const FTransform& Transform) there is an infinite loop occuring in a ping pong call between the SetActorLabel and the DestroyChildActor calls. Happens in vanil ...