I was following this tutorial
but every time I search blueprint the method CountdownHasFinished is not showing up.
I have this on my header file
UFUNCTION(BlueprintNativeEvent)
void CountdownHasFinished();
virtual void CountdownHasFinished_Implementation();
Why is it not showing on my blueprint? I followed exactly the tutorial.
I tried unchecking the Context sensitive still the function is not showing up