OnFinishedPlaying do not work in c++!

@Junee thank you!

Adding UFUNCTION() above my function declaration in the header file made OnFinishedPlaying.AddDynamic(this, &MyClassName::MyFunctionName) properly trigger thanks :slight_smile: