Get first node that conforms to the predicate by traversing children recursively
Function findFirstChildRecursive
#include <Geode/utils/cocos.hpp>cocos2d::CCNode*gnode
,)node
Parent node
predicate
Predicate used to evaluate nodes
Child node if one is found, or null if there is none