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".
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.
How do I set a material as a post-processing material?
How does TextureRenderTarget2D get TArray<uint8> type data?
Why does the REMOVE method of map container remove elements have memory leaks?
UMG RichText not appear image when packaged
How to delete some elements correctly when deleting an array loop?
What is the difference between Camera and CineCamera?
What controls of umg have mouse wheel events in UE4.27?
How to use the.usf file in the ue4 engine Shader in the material?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-222154 in the post.
0 |
Component | UE - Gameplay - Blueprint Editor |
---|---|
Affects Versions | 5.4.3 |
Created | Aug 19, 2024 |
---|---|
Updated | Aug 23, 2024 |