We may fix this issue by the following codes. FPakPlatformFile::FPakPlatformFile(): LowerLevel(NULL) ,bSigned(false) { // remove //FCoreDelegates::GetRegisterEncryptionKeyMulticas ...
This issue seems to be occurring on a variety of Nvidia cards. So far, I haven't seen any indication that it is affecting AMD graphics cards. The majority of the reports have indicating that the pro ...
After creating c++ classes, if the engine is restarted, the c++ classes will not be visible in the content browser. However, the created classes are visible from the explorer. After opening the engi ...
Moving a water body lowers performance on the engine. The fps drop from 120 to 30 and ms spike from 8 to 30. This issue occurs in 5.0 Binary and 4.27 Binary on Windows. On Mac, FPS drop and ms spike ...
Tested in //UE4/Release-4.27 CL#18319896 Ray Traced Translucency causes artifacts when rotating a Static Mesh in the 'Open World' level when moved far away from the center of the map. The Artifacts ...
When using an axis mapped input action such as looking around with a gamepad joystick, then opening a Common UI menu, the last input axis value will keep firing irrespective of the current joystick ...
It looks like the output of the debug pass is ignored, and the final output from the last frame before the pass was enabled is displayed instead. If the pass is modified to return a different textu ...
The following code can often be found in UNiagaraDataInterfaceChaosDestruction.const int32 ParticleID = ParticleIDParam.GetAndAdvance() - LastSpawnedPointID + 1; The LastSpawnedPointID is usual ...
In /Game/ABPLinkingShowcase/Blueprints/Pawn_ABPLinkingCharacter: The character mesh’s root location is lower than the capsule’s lowest point. This is what causes the issue. Based on the event graph, ...
Certain scroll bars within the Editor while on a Mac have their directions reversed. i.e. The 'World Outliner', the 'Details' panel within a 'Blueprint.' The suggested workaround I gave to the user ...