When using the command Slate.EnableLayoutCaching 1, The Play button is removed from the tool bar after exiting play. ...
This does not happen with UE4.22. Maybe related to CL#7462096 and CL#7476283. These are fixes for [Link Removed]. ...
UserDefinedEnum variables in UserDefinedStructs aren't properly updated when the enumerations are reordered. FEnumEditorUtils::BroadcastChanges fixes up Blueprints but not UserDefinedStructs. ...
Licensee has provided a potential fix, please see the UDN link. Callstack attached utilised -onethread ...
If re-define the macro USE_CIRCULAR_DEPENDENCY_LOAD_DEFERRING to 0, the component is editable in detail panel. But I'm sure it's not a good fix. ...
This artifact does not occur when Lumen is disabled. Also, moving Roughness closer to 1 will reduce the effect. ...
Selecting the just imported asset will speed up workflow. Fix should be done for legacy and interchange importer ...
This is a regression from 5.3 that has been fixed in Main (32476819, for 5.5), but needs merging into 5.4. ...
User project crashes when exiting from mobile preview. Frequency: 5/5 Crashreporter: [Link Removed] ...
The Section reference in ISequencerSection::GetSectionHeight can be in the process of garbage collection during an undo of a section addition- this causes things like GetTypedOuter<UMovieSceneTrack> ...