Current LinkerInstancingContext are copying instead of being shared internally during loading which can induce a lot of memory usage when used with World Partition which can contains a lot of mappin ...
User reports a difference in how component visualizer clicks are handled in editor vs blueprint viewports. This is likely not intentional, just a case of a difference in control flow in each viewpor ...
UnrealHeaderTool and the Blueprint compiler generate inconsistent metadata for object reference variables whose underlying class type includes 'DefaultToInstanced' metadata. UnrealHeaderTool-genera ...
We no longer include a note/warning when an expected execution path will not be taken in a function graph due to the presence of a return node. This was inadvertently removed by the change that intr ...
Properties that are deprecated are (incorrectly) not currently being propagated to instances by the duplication logic that we use to instance BP-added components as part of Actor-based BP constructi ...
Failure occurs at compile time during GC when the replacement component that we create is being destroyed. This component includes the BillboardComponent instance that's attached to the scene compon ...
UDN users have reported that expensive scene captures stall the render thread due to RDG flushing the RHI thread for resource deletion. This only needs to happen once per frame. ...
In WorldConditionsEditor, at least DataRefDetails and DefinitionDetails forward declare USmartObjectDefinition without using the class. The uplugin nor the build.cs does not list SmartObjects as a ...
In the Subobject Data Subsystem, CanPasteSubobjects is BlueprintCallable, but the call to PasteSubobjects is not. Given CanCopySubobjects and CopySubobjects are both BlueprintCallable, the ability t ...
UGameplayDebuggerLocalController::OnDebugDraw crashed with a dereferenced nullptr for CachedReplicator. ...