Muse Behaviour suggestion - Private BlackboardVariables

Hello folks,

I would like to ask how to do the following / suggest the feature if this is not feasible yet.

I’d like to be able to mark some graph-scope variable as “private” , meaning those variables will not be settable from the Inspector, and are destined only to a graph internal usage.

My use case is that I have a graph with 2 variables to be set from the Inspector (for fine-tuning the behaviour of my enemy prefab), but a dozen of other variables, used internally in the graph (“next target”, “current damage”, …), and I want to hide those from the Inspector, since it’s becoming hard to remember which one are relevant and which one are not from the Inspector.

Is that possible ?

2 Likes

Hello @Griann , thanks for your feedback :slightly_smiling_face:

We are adding an option to expose/hide blackboard variables of the graph, this will be available in the next release (should be around Unite).

Thanks

3 Likes

Awesome, thanks for your work ! :3