You can also derive from BTNode if you want to have total control. The included “Binary Selector” node for example, even though a Composite in theory, it derives from BTNode, because it only supports 2 outgoing connections.
Will it work for you to derive from BTNode rather than BTComposite node?