HandleKismetEvent (console cmd 'ke'): GT-ALT deadlock when user function flushes async loading

UE - Foundation - Core Systems - EditorLoader - Apr 8, 2026

Context In builds with the in-game console enabled, users can use the ‘ke’ command to execute UFUNCTIONS on any object:ke * MyFunc // run MyFunc() on ANY UObject with a ufunction with that name ke ...

[ALT] - UE56 Editor launched with -AsyncLoadingThread will trigger MTAccess

UE - Foundation - Core Systems - EditorLoader - Dec 10, 2025

When launching the editor with the -AsyncLoadingThread command, the engine uses an asynchronous thread to load and instantiate UObjects. At this point, if the instantiated UObject contains an FData ...