Hey I'm trying to cast so I can call a callback from a different class. Not sure why it's not allowing the cast.
authScreen = new AuthScreen();
authScreen->setPtr(&EditorBaseComponent::editorCallback); <-- Cannot initialize a parameter of type 'void (*)(bool)' with an rvalue of type 'void (EditorBaseComponent::*)(bool)'