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 ...
From UDN Description Hello, there's an ensure that's firing in `DetailLayoutHelpers.cpp#137`: [Start code block] ensure(PropertyNodeMap.ParentProperty == CurObjectNode); [End code block]when ...
UDN Description Hello, We extensively use the UDeveloperSettings class to automatically register project and editor settings for the different C++ plugins we build. For instance : [Start code b ...
When HitTest(Self/Child) is disabled in RetainerBox, the child widget is assumed to not fire all hit test events. However, in this case, the hit test event is fired in the child widget. This is an i ...
Engine built with Clang throws an exception when calling RtlVirtualUnwind with a different thread ID. Engines built with Microsoft compilers do not occur this problem. For example, if starting PI ...
A change was made a while back so that control rig debug print messages would be displayed in the animation editor preview windows. This is done via calling UEngine::DrawOnscreenDebugMessages from ...
This is a serious issue as it's causing applications to fail certification on the Meta Quest store ...
It's impossible to set it back to None. Also, if the original blueprint had something set in ChildActorClass, it will be impossible to set a placement of it to None. I looked at it briefly in the de ...