Description

Changing the "Editor Preferences > Content Editors > Graph Editors > Tracing > Default Data Wire Thickness" value in the "Editor Preferences" only affects single value data wires. Containers (Array, Set, Map) data wires line thickness are tied to "Editor Preferences > Content Editors > Graph Editors > Tracing > Default Execution Wire Thickness".

 

Steps to Reproduce

1. Create a BP
2. Create 4 float variables and name them FloatSingle, FloatArray, FloatSet, FloatMap
3. Change the second variable to Array (select it and change in the Details pannel), the third to Set, the fourth to Map
4. Pull all variables to the Event Graph and choose Set...
5. For each variable, pull a data wire from the Left side and Make... the corresponding data type (Make Literal Float, Make Array, etc.)
6. Change the values in the "Editor Preferences > Content Editors > Graph Editors > Tracing > Default Data Wire Thickness" and check that the only line affected was the one connected between MakeLiteralFloat and FloatSingle
7. Change the values in the "Editor Preferences > Content Editors > Graph Editors > Tracing > Default Execution Wire Thickness" and check that the data wires for FloatArray, FloatSet, FloatMap, were all affected.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-222154 in the post.

0
Login to Vote

Backlogged
ComponentUE - Gameplay - Blueprint Editor
Affects Versions5.4.3
CreatedAug 19, 2024
UpdatedAug 23, 2024
View Jira Issue