You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Use new inline versions of substring functions
Fix up nearby cases where ESearchCase::CaseSensitive should have been used #jira #rnx #rb #ROBOMERGE-OWNER: marc.audy #ROBOMERGE-AUTHOR: marc.audy #ROBOMERGE-SOURCE: CL 10309793 via CL 10309818 #ROBOMERGE-BOT: (v593-10286020) [CL 10309932 by marc audy in Main branch]
This commit is contained in:
@@ -439,7 +439,7 @@ void STutorialEditableText::HandleHyperlinkComboOpened()
|
||||
{
|
||||
if(FChar::IsLinebreak(SelectedText[SelectedTextIndex]))
|
||||
{
|
||||
SelectedText = SelectedText.Left(SelectedTextIndex);
|
||||
SelectedText.LeftInline(SelectedTextIndex, false);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user