How to click button in AutomationTest?

I want to test a button in functionaltest blueprint, but I don’t know how to call the onlick event. The onclick callback is connect a private function, so I couldn’t get it. Could you give me some advice? Thank you!

You cannot. You could connect a custom event to the same bunch of nodes that the button is connected to and call / bind that. Poor man’s simulation / automation.