You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we have basic coverage for the help system, there are specific issues that could use a more sophisticated help. Specifically, feature methods can use some additional massaging. For example, with the monitor method, we should explain the blueprint and touch type parameters. Right now, the monitor method does have a basic blurb in place:
But as soon as you click on the targetBlueprintName slot or the touchType slot the monitor info is lost.
I was thinking that for feature methods, we could "lock" the feature method help with the "INSTRUCTIONS" area so that even when you select the targetBlueprintName slot or the touchType slot, the method help remains visible. Otherwise you'd have to click back and forth between monitor and the other slots to view the monitor help.
The question for you is how critical you think this would be and whether it's worth the extra time? It's probably at least a half a day to implement.
The text was updated successfully, but these errors were encountered:
@jdanish A question for you to consider:
While we have basic coverage for the help system, there are specific issues that could use a more sophisticated help. Specifically, feature methods can use some additional massaging. For example, with the
monitor
method, we should explain the blueprint and touch type parameters. Right now, themonitor
method does have a basic blurb in place:But as soon as you click on the
targetBlueprintName
slot or thetouchType
slot themonitor
info is lost.I was thinking that for feature methods, we could "lock" the feature method help with the "INSTRUCTIONS" area so that even when you select the
targetBlueprintName
slot or thetouchType
slot, the method help remains visible. Otherwise you'd have to click back and forth betweenmonitor
and the other slots to view the monitor help.The question for you is how critical you think this would be and whether it's worth the extra time? It's probably at least a half a day to implement.
The text was updated successfully, but these errors were encountered: