Nanite ISMs lost selection outlines in UE5.5 Actors having an ISM component which uses a static mesh with nanite do not get a selection outline when selected in the editor. Having Nanite is essentia ...
On component activated (Particle system) doesn't trigger correctly it does however work for the character movement component and the mesh component. If you select the print as a break point the eng ...
Calling DeprojectScreenPositionToWorld while in VR mode does not project from the center of the Oculus view. Using the results of the call with a line trace will show the line coming off center fro ...
Replicated objects don't behave correctly on the client-side on slopes when not sleeping. By placing two cubes on one another and slightly rotating the bottom one to create a very gentle slope, the ...
When a client sends an Unreliable RPC to the Server in same frame with a Reliable RPC, Unreliable RPCs are Reliable. It implies extremely high lag on each lost RPC and all following ones. User lose ...
When you create a latent function in C++ with the FLatentActionInfo first it will incorrectly set up the linkage for the latent info such that it gets linked to the incoming execution pin of the fun ...
Texture sizes incorrect and always output 1k resolution textures when creating HLOD proxy meshes and using the per property manual override for texture sizes. I have attached a screenshot which exh ...
APlayerController::ClientStartOnlineSession() checks PlayerState at the start of a game after loading a level. Due to time needed to load in, client player state may may return NULL ...
Made From CrashReporter To remain Glitter compliant logs can not be linked from Crash Reporter. Should you need logs you will have to get them from Crash Report. ...
A packaged project will crash if a TMap that uses an enum as the key is accessed. This was also tested by launching the same project onto an Android device, which showed the same results. ...