Reply To: How are asset/unbound graphs supposed to be used?

Forums 💬 NodeCanvas 🗨️ General Discussion How are asset/unbound graphs supposed to be used? Reply To: How are asset/unbound graphs supposed to be used?

#13164
Gavalakis
Keymaster

    Hello there,

    The main and most proper way to correctly utilize Asset Graphs, is by making their graph variables you need “Exposed Public”. You can make a variable “Exposed Public” through its “gear” icon menu. As soon as a graph variable is public hat way, it will have the following effects:

    1) If the Asset Graph is directly assigned to a BTOwner, you will see all its public variables shown in the inspector of that BTOwner and possible to change; per-owner.

    2) If the Asset Graph is used as a sub-graph within another parent graph, you will be able to “Map” the public graph variables of the sub-graph, FROM/TO the variables of the parent graph. This can be done through the inspector of the Sub-Graph node.

    Please let me know if the above is of help. 🙂
    Thank you!