UEngineSubsystem::Deinitialize() is not called when closing the editor In addition, (tested only with released 4.24.1) when recompiling a module using the "Modules" window in the editor the d ...
Discovered during investigation of [Link Removed]. This is happening because we are not filtering out private parent functions in SMyBlueprint::BuildOverridableFunctionsMenu. With any fix that is ...
UMovieSceneTrackInstance::GetWorld() returns nullptr on Editor, so user can't use any function using WorldContext and Subsystem. The following code change may fix this issue UWorld* UMovieSceneTra ...
Changes to the hit test grid of an invalidation panel while caching is disabled won't be respected when caching is reenabled. This can cause interactive widgets such as buttons who were set to colla ...
This question was created in reference to: [Link Removed] Last post fixed the import crash, but it seems it added another. If we hit Execute button twice in a row by mistake we get a crash with th ...
Moving the file location of the Editor Startup map appears to break the reference to the startup map. The editor fails to find the map and so does not use it for the start up map. Notes: In the ...
If the project is hot reloaded while a Switch on Enum is inside of a blueprint which is switching on a custom enum, the switch will become corrupted. It changes the 'selection' pin to take a Byte pa ...
Manipulating Morph Targets on Master Component distorts Slave Components. It makes no difference if the slave component has the morph target being manipulated in the master See attached image and ...
Objects set to "us as occluder" will create dark artifacts from certain view angles. For this to occur "DBuffer Decals" need to be enabled in the project settings. The licensee has noted that addi ...
When a GameplayTagQuery variable is edited from inside of a DataAsset, the editor crashes when the changes are saved. This could be related to a bug that was fixed previously: [Link Removed] Regres ...