Landscape visibility mask cannot be imported/exported

UE - LD & Modeling - Terrain - Landscape - Aug 8, 2022

The ability to import/export visibility mask was available in 4.27. ...

Multiplying CompleCollision by inverse scale does not create a collision

UE - Gameplay - Components - Aug 2, 2022

If multiplying a mesh with ComplexCollision by inverse scale, the geometry may not be created on the mesh. This may depend on the assets of the mesh. In the sample example, the navmesh is not create ...

Undoing parent deletion creates duplicate child actors

UE - Gameplay - Blueprint - Jul 29, 2022

Undoing the deletion of an actor with a child actor component added via the details panel (IWCE) duplicates the child actor and the hierarchy is incorrect in the scene outliner. This seems to only h ...

VolumetricFog does not update + creates artefacts in low exposure environments

UE - Graphics Features - Jul 26, 2022

See licensee video here which shows the issue - [Link Removed] ...

The process of performing SetTextureParameterValue on a decal component during BeginPlay, the result will not be the same every time when streaming a level.

UE - Graphics Features - Jul 26, 2022

If executing CreateDynamicMaterialInstance and SetTextureParameterValue on BeginPlay for the decal component, the decal will be different the first and second time level streaming. ...

Struct Properties marked EditAnywhere and BlueprintReadOnly are exposed in Widget Blueprints

UE - Gameplay - Blueprint - Jul 21, 2022

Struct properties marked up with the EditAnywhere and BlueprintReadOnly specifiers are exposed in Widget Blueprints by MakeStruct nodes and split pins on Setter nodes. CanBeExposed in K2Node_MakeStr ...