NodeMemory things

Thanks a lot. And I have another question.
WrappedOnBecomeRelevant() in UBTAuxiliaryNode:
const UBTNode* NodeOb = HasInstance() ? GetNodeInstance(OwnerComp, NodeMemory) : this;
Why need GetNodeInstance()? if node is intanced, why not use " this " pointer?