Crashing on windows 7 when trying to create a geometry collection or opening the chaos destruction demo. Breaking on D3D11Util.cpp: Line 249 UE_LOG(LogD3D11RHI, Fatal,TEXT("%s failed \n at %s:%u \n ...
BP instances placed in level cannot have their components' collision profiles modified to anything other than default and custom. Note that this did not occur in 4.22 (after applying the separate ...
Fatal error "UE_LOG(LogObj, Fatal,TEXT("Renaming an object (%s) on top of an existing object (%s) is not allowed"), *GetFullName(), *ExistingObject->GetFullName());" is hit in UObject::Rename. ...
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 ...