[Image Removed] change FindObject to StaticLoadObject might fix this issue ...
Changing the "Editor Preferences > Content Editors > Graph Editors > Tracing > Default Data Wire Thickness" value in the "Editor Preferences" only affects single value data wires. Containers (Array, ...
When a running search in all blueprints is closed, it may prevent an AsyncTask used to return the look up FText's from StringTables from running on the game thread, leading to a deadlock. When the ...
It is possible for the while loop in UnrealEditor-SubobjectDataInterface.dll!USubobjectDataSubsystem::GetActorRootHandle(const FSubobjectDataHandle & StartingHandle) Line 815 to not terminate when ...
When an actor has a blueprintable struct that contains a reference to an actor component and that component is created default in the actor's constructor, the struct and the component will be unedit ...
If you make a Blueprint Macro Library that derives from UObject you are then unable to use any functions that require a WorldContext, like Delay. This is because the WorldContext cannot be assumed l ...
User reported that upon removing a pin from a Sequence node the editor crashed. This only happened once, so may be a multithreading race condition or there may be additional unknown factors. The cra ...
When removing a mesh from a Character BP and undoing the engine will crash. This issue is occurring in //UE5/Release-5.3 @ CL 26560699 This issue is NOT occurring in //UE5/Release-5.2 @ CL 2600198 ...
Moving a property from a recently reparented BP to its new parent will assert in FBlueprintCompileReinstancer::MoveDependentSkelToReinst at ensure(PrevStructSize == NewStructSize) This only see ...