If executing CreateDynamicMaterialInstance and SetTextureParameterValue on BeginPlay for the decal component, the decal will be different the first and second time level streaming. ...
It is possible to add items to a replicated fast array that are not intended to be replicated to the clients. For example, FGameplayAbilitySpecContainer has a custom ShouldWriteFastArrayItem impleme ...
If you deploy the app to the iOS device using the Mac editor's Launch button or Project Launcher, the second and subsequent launches will fail. The following message is output when startup fails. T ...
When we server travel with seamless travel enabled, and a legacy camera shake with an anim sequence set is currently ongoing, we will get a crash due to the UMovieSceneEntitySystemLinker failing a c ...
Revisit how FActorFolders are updated when loading/unloading Levels (level instances). The code should maintain the folder list instead of rebuilding everything. ...
Adding a component to a subclass after the component was declared in the parent class results in the component not being editable if a Blueprint had already been created using the subclass. This onl ...
If any SlowTask is canceled by the Editor's user, and later on the "Find in Blueprints" dialog is opened and needs to perform its async indexing task, the Editor crashes on thread FAsyncSearchIndexT ...
UDN user reported a performance hit on Mac with the latest Hotfix release when the user is interacting with the editor either through keyboard or mouse input. This performance hit is noticeable whe ...
Can't Play in Editor After selecting a color for a border widget via the eye dropper. If the user selects a color with the eye dropper tool and this color is outside of the color picker window, they ...
Increase in Engine Stats for large amounts of Hierarchical Instanced Static Mesh Components User Description: We are having performance drops of almost 5ms in 4.15 when using "Hierarchical Instanc ...