unitysamples / LyraStarterGame /Plugins /GameSettings /Source /Private /Widgets /Misc /KeyAlreadyBoundWarning.cpp
| // Copyright Epic Games, Inc. All Rights Reserved. | |
| void UKeyAlreadyBoundWarning::SetWarningText(const FText& InText) | |
| { | |
| WarningText->SetText(InText); | |
| } | |
| void UKeyAlreadyBoundWarning::SetCancelText(const FText& InText) | |
| { | |
| CancelText->SetText(InText); | |
| } | |