Fixing compile issue with type not being defined

#rb trivial
#rnx
#preflight 616701a45eae5700010b2db9

#ROBOMERGE-AUTHOR: tim.smith
#ROBOMERGE-SOURCE: CL 17802769 in //UE5/Release-5.0/... via CL 17802809 via CL 17802827
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Test -> Main) (v881-17767770)

[CL 17802852 by tim smith in ue5-main branch]
This commit is contained in:
tim smith
2021-10-13 13:19:20 -04:00
parent c65a886578
commit ff81314082
3 changed files with 5 additions and 3 deletions

View File

@@ -298,7 +298,7 @@ bool FLiveCodingModule::IsEnabledForSession() const
return bEnabledForSession;
}
FText FLiveCodingModule::GetEnableErrorText() const
const FText& FLiveCodingModule::GetEnableErrorText() const
{
return EnableErrorText;
}