FPropertyEditorInlineClassFilter IsUnloadedClassAllowed and IsClassAllowed use the confusing IsA semantics. In the IsUnloadedClassAllowed, the usage seems wrong completely. It seems like the real i ...
When using the Size Map to view the memory consumption of a generated HLOD actor, it reports it as missing. This could serve to be problematic when using a large number of HLOD actors to optimize t ...
A licensee is having issues syncing their fonts folder from within the editor using Subversion. This issue only occurs with their Fonts folder; with the callstack they supplied, this leads me to bel ...
This is a common crash occurring in the 4.16.2 release. Records indicate this has also occurred in 4.16.0 and 4.16.1, but with less apparent frequency. User DescriptionsJust downloaded, clicking ...
When running multiple clients in PIE, It looks like first created viewport client handles every input event. I tried to narrow down the causes and found that it's because SlateApplication knows jus ...
Fail to package with nativization. cannot convert from 'USceneComponent *' to 'UBillboardComponent ...
Materials are broken when merging a mesh with another that has negative scale Licencee states that bisMirrored in FMeshMergeHelpers::TransformRawMeshVertexData seems to be involved. Does not occur ...
No hover events firing when using a bluetooth mouse on android. Tested with 4.20p5 CL# 4173645 4.21 CL# 4179794 ...
ActorAction Blutilites are showing all pins inside a function. This does not happen with editor callable custom events. Also occurring in Main/4.21 CL #4221482 ...
With the geometry data getting bigger and bigger we hit more often the int32 limits of the default TArray. All geometry data is store in array so we cannot have more then 2GB of vertexinstances or t ...