InstructionWidget->FeedbackText->SetText(FText::FromString("Recording Done!\nNameOfRecording changed to "+NameOfRecording));
}
if(OutputMsgOnScreen){
GEngine->AddOnScreenDebugMessage(-1,30.0f,FColor::Yellow,FString::Printf(TEXT("NameOfRecording changed to %s. If you want to use this recording in future play sessions, please update the property on MCController."),*NameOfRecording));