Not got UE4 with me at the moment, but you could have a boolean variable ‘InAir’. When they press space, it checks if the value is false. If it’s false, set it to true and carry on. If it’s true (they’re in the air), do nothing.
Then look for something along the lines of an OnLanded event for the character. When that event is triggered, set the InAir boolean to false.