You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -298,7 +298,7 @@ bool FLiveCodingModule::IsEnabledForSession() const
|
||||
return bEnabledForSession;
|
||||
}
|
||||
|
||||
FText FLiveCodingModule::GetEnableErrorText() const
|
||||
const FText& FLiveCodingModule::GetEnableErrorText() const
|
||||
{
|
||||
return EnableErrorText;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user