[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] ...
This seems to be a timing issue. When using an anim BP this does not happen, and when switching meshes through an event track setting the track's event position to At Start of Evaluation resolves th ...
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 ...
Running the ResavePackages commandlet will consistently result in a crash. The callstack is here: Assertion failed: !IsRooted() [Link Removed] [Line: 265] UnrealEditor_Engine!UMaterialInterface::P ...
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 ...