The rules by which chunks are created are ambiguous and currently do not ensure that both PakFileRules and PrimaryAssetLabel settings are reflected. In this sample, depending on the PrimaryAssetLabe ...
The thumbnails helpers will force material instances to be a plane, if their parent material is unedited. This can be worked around by editing the parent material, but editing the material instance ...
BoneList and BoneFilterActionOption in LOD0 of LODSettings are filters by the following code. void FSkeletalMeshLODSettingsDetails::CustomizeDetails(IDetailLayoutBuilder& LayoutBuilder) { ... st ...
I believe this is happening because when you change your logged in user, the Slate Application will automatically create a new second slate user with an ID of 2. This is bad because the Slate App is ...
Renaming map using builder will break soft obj refs and warnings will also appear in the log: Warning: Serialized Class /Script/Engine.World for a property of Class /Script/Engine.Actor. Reference ...
Console history is saved correctly in 5.1. The cause is input.ini in EnhancedInput and InputDebugging added in 5.2. Removing these files are a work around. ...
Following code works as a work around. The code updates placement information of instances. TMap<UFoliageType*, TArray<const FFoliageInstancePlacementInfo*>> AInstancedFoliageActor::GetInstancesF ...
See linked UDN for details: [Link Removed] ...