Context: Data Layers is a system within World Partition used to organize Actors both in the Editor and at runtime. It allows for the user to dynamically load and unload layers in the Editor to help ...
The incorrect resolution is used on computers with 4k monitors that use DPI scaling (default 150%) because the default for UE projects is bAllowHighDPIInGameMode=False which results in SetProcessDp ...
Having a LevelSequence opened and unhiding a sublevel can break the attachment hierarchy of the actors that are inside the sublevel. This also affects to the sublevel asset itself. ...
This is a regression: it worked correctly up to UE 5.5, but not in 5.6 or mainline latest. Possibly caused by CL 40093049. Class UNiagaraDataInterface provides virtual method GetFeedback(), which a ...
As title describes, the FXmlFile(const FString&) constructor fails to parse an XML that is as such: <?xml version = "1.0" ?> <parent name="aTag" link= "linkName"> <origin xyz="0.0000000000E+00 0. ...
When using a Blend node inside a Post Process Animation Blueprint, the editor crashes while rendering thumbnails. The crash occurs because USkeletonThumbnailRenderer attempts to draw a thumbnail wit ...
A LevelSequence will lose the binding to objects contained in a level instanced inside another level on 5.6 and up. Refer to the reproduction steps or the shared repro project provided by the licens ...
File "<ENGINE_PATH>/Engine/Config/BaseEditorSettings.ini" contains the following setting: [/Script/UnrealEd.ContentBrowserSettings] ; Whether to display the game project plugins in the Content Brow ...
When using a Game Feature Plugin, one of the settings available in the "GameFeatureData" DataAsset (class UGameFeatureData) is "PrimaryAssetTypesToScan", which is an array of FPrimaryAssetTypeInfo s ...