Mutable: How to make a custom modifier node in C++

I’m trying to make my own node derived from UCustomizableObjectNodeModifierBase but it seems like subclassing it is not enough to make the node visible in the Mutable Graph. Is there a document somewhere that could guild me how to do it?