Reply To: Grouped global blackboard parameters are not supported

Forums 💬 NodeCanvas ⚙️ Support Grouped global blackboard parameters are not supported Reply To: Grouped global blackboard parameters are not supported

#17736
zsoik
Participant

    Yes, I already figured that out. It would work well if the other splits won’t be discarded:

    GlobalBB/My/Variable/Name => GlobalBB, My, Variable, Name => "My" in GlobalBB (Variable and Name are discarded in the current version).

    My hotfix just limited the number of splits to two:

    GlobalBB/My/Variable/Name => GlobalBB, My/Variable/Name => "My/Variable/Name" in GlobalBB

    If it isn’t supported, maybe a warning or error when trying to create such variables would be helpful. Unknowing designers will try 😉