The GameFrameworkComponentManager has a system for registering callbacks to execute in response to event changes. This ends up calling UGameFrameworkComponentManager::CallFeatureStateDelegates which ...
For some reason, iOS apps no longer launch on device when using QuickLaunch within the Editor. Instead, it does install the app onto the device, but when it attempts to then launch the app, a messa ...
When placing static mesh foliage and setting the foliage mesh's Collision Preset to Block All, the placed meshes do not consistently block parts of the nav mesh. Expected: Placed meshes (for examp ...
[Link Removed] ...
This is a regression from 5.3. It should be possible to inherit from ALight outside of the engine module without any sort of errors. Case: [Link Removed] ...
Xcode has an issue with repeated launches onto an iOS device. After the initial install, Xcode is unable to install any other builds of that same app due to some sort of codesigning issue. A work ...
UDN Issue: [Link Removed] ...
CharacterMovementComponent has recently received support for custom gravity directions. Crouch logic needs to be updated to account for custom directions. Currently, crouching logic in CMC assumes Z ...
The actor Blueprint is intentionally causing an object slice to occur. In other words, we're copying a derived type to a base type, so the expectation is that only the inherited base properties are ...