Searching for sessions is not properly working in shootergame on iOS. In SessionInterfaceIOS the current session search code is broken, and will never return any results. [Link Removed] [Link Remo ...
in AbilitySystemComponent_Abilities.cpp, line:844 CancelAllAbilities() does not appear to be working as expected. There is a check before cancelling all abilities. However, this check uses the Cl ...
Setting the resolution of PIE to 4K Ultra HD results in the new PIE window going very far out of the bounds of 4K. If you are using two monitors the PIE window will bleed over a good bit into the ot ...
Licensee says that adding multiple InstancedStaticMeshComponent instances can be very slow (main bottleneck being the physics building). I think there's a good case for a method something like: ...
Enums can be cast to integers[Image Removed], but you get a hover message that says the aren't compatible. Make it so I can drag a pin from the enum and drop it on an int and it works.extend this to ...
REGRESSION: No, this occurs as far back as 4.22. Duplicating two nested components can result in the duplicates not being visible in the component tree in the blueprint editor until the user compil ...
There is some strange issue with CCD where constrained CCD objects can get velocity nulled when hitting things while constrained, its very hard to reproduce normally in engine but happens often in V ...
VoIP between client and host is lost upon transitioning levels. ...
Errors in the log: * Undefined symbols for architecture arm64: * "___isPlatformVersionAtLeast", referenced from: * FMetalResourceHeap::CreateBuffer(unsigned int, unsigned int, unsigned int, mtlpp ...
The sRGB flag is enabled when importing hdr files. This is disabled in PostEditChangeProperty, but remains enabled if we do not edit the file. I think the sRGB flag should be disabled for hdr image ...