Adding an ambient occlusion decal material to a decal affects objects with "Receives Decal" disabled. Tested in: 4.23.1 CL#9631420 4.25 CL#11341939 ...
If min and max scale are the same in a LandscapeGrassType asset, scale will not be applied. Confirmed in 4.25 MAIN @ CL 11318998 ...
The plugin media formats do not account for tokens in the filename. ...
Dynamically-spawned instances of a Blueprint class go through an optimized property initialization pass (see UBlueprintGeneratedClass::BuildCustomPropertyListForPostConstruction() and InitProperties ...
Sprite fails to edit based on UV Source Texture Region, when attempting to bulk edit via Bulk Edit Property Matrix. User was following along to this Epic tutorial: [Link Removed] However, the e ...
Enabling raytracing and DirectX12 results in D3D12RHI crash when interacting with the UI or console inside of the editor. User is using the latest drivers and has adequate hardware to run raytraci ...
When a re import fail, we currently delete the package which in a reimport case produce a crash later. If a reimport fail we should abort and make sure the asset is not touch and exactly like it wa ...
It looks like UnbindFromSkeletalMeshComponent stops all montages. This is called when the animation section restores its state. https://udn.unrealengine.com/s/question/0D52L00004lun3ySAA/restore ...
When a landscape is set up to use runtime virtual texturing. If it uses a material that writes to a runtime virtual texture and has tessellation enabled. Then we see a crash and the log reports: ...
Using the math expression Atan2(y,x) inside of a math expression node results in an error. Tested in: 4.23.1 CL#9631420 , 4.25 CL#11341939 ...