As of CL 42014318, StopReplication requests that occur during ReceiveUpdate are delayed until all received data from the update is finished processing, including if the actor is torn off. However, i ...
The logic for selecting a page table texture in FVirtualTexturePageTable::Initialize() uses the indexing for texture layers (index 0-7) to fetch from the page table textures (index 0-1). All RVT for ...
It is currently not possible to set a VirtualTextureStreamingPriority via the TextureLodGroups that are defined in a device profile. ...
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 ...
This is a regression, it worked correctly up to UE 5.5 but behaves incorrectly in UE 5.6 up to latest. When a regular texture with sRGB enabled is converted to a virtual texture, its thumbnail in t ...
The unreal.ControlRigContextMenuContext.get_control_rig_blueprint() this function has been deprecated in Unreal Engine 5.7. As a result, the Python scripts included with the Control Rig plugin no ...
When a Composite Data Table is included in the "Gameplay Tag Table List" on the Project Settings, making and saving changes to one of its Parent Tables does not cause the Gameplay Tag Tree to refres ...
A possible race condition allows texture instance views to read uninitialized bounds, causing either garbage or zero screen size values to be returned by FRenderAssetInstanceAsyncView::GetRenderAsse ...
This is a regression, here's the repro in FN/Main (48954958) : [Link Removed] And now in UE5.7 (48496583) : [Link Removed] ...
When Saving the level, ULevelInstancePropertyOverrideAsset::SerializeActorPropertyOverrides will run UStruct::SerializeTaggedProperties to "diff-serialize" each object against its archetype (the LI ...