My problem
I'm new to Unreal but it's a nice experience for me to go through other people's blueprint to learn how Unreal functions can be used in different ways, however each blueprint parameter isn't always so obvious.
My suggestion
Link nodes or the node titles to UE5 documention, e.g. if there is a Lerp node then clicking the Lerp title should take me to Lerp UE (relevant version) documentation.
Alternatives
Alternatively on hover of the node display the node documentation on hover, e.g. for Lerp you could display the summary from UE documentation:
Linearly interpolates between A and B based on Alpha (100% of A when Alpha=0 and 100% of B when Alpha=1)
My problem
I'm new to Unreal but it's a nice experience for me to go through other people's blueprint to learn how Unreal functions can be used in different ways, however each blueprint parameter isn't always so obvious.
My suggestion
Link nodes or the node titles to UE5 documention, e.g. if there is a
Lerpnode then clicking theLerptitle should take me to Lerp UE (relevant version) documentation.Alternatives
Alternatively on hover of the node display the node documentation on hover, e.g. for
Lerpyou could display the summary from UE documentation:Linearly interpolates between A and B based on Alpha (100% of A when Alpha=0 and 100% of B when Alpha=1)