Runtime-generated components stored in ObjectPtr with VisibleAnywhere are displayed in the details panel, but not for arrays. Applying the following workaround, components can be visible even in ar ...
The bug seems to only reproduce when setting animations in sequencer and only if the animations are set to "Keep state". Setting them to "restore default" makes the reversed animation play correctly ...
The user's project is crashing during compilation of one of their character blueprints. We have not been able to reproduce this issue in a clean project, as the repro steps are unknown outside of t ...
Crash when using "Convert to Seeded" on a Particle System Cascade module This is a Regression as it does not occur in 4.10 Error message: Assertion failed: *Offset < (uint32)InstancePayloadSize [ ...
Launching multiple Editor processes at the same time with the USD Core plugin enabled can cause warnings to be logged like the following:LogUsd: Warning: Failed to update LibraryPath for USD plugInf ...
This JIRA is being entered as a result of it being one of the top crashes occurring in 4.13 Preview 1. Error message: Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 833] ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: LandscapeActor.I ...
This is a trending crash coming out of the 4.18 release. User DescriptionsI tried to call an Event Dispatcher (which is assigned in the Level Blueprint) in the Construction Script of the Blueprint ...
proposed fix seems ok to me: UEnhancedInputUserSettings* UEnhancedInputUserSettings::LoadOrCreateSettings(ULocalPlayer* LocalPlayer) { UEnhancedInputUserSettings* Settings = nullptr; ...
ISequencer :: OnStopEvent is executed when pause, but not when playing to the last frame and stopping automatically. This is because OnStopDelegate.Broadcast(); is only in FSequencer::Pause(). When ...