I have just upgraded from 5.3 to 5.4, and I’m having an issue with FText::ToString no longer working after the upgrade.
Example:
FText myText = FText::FromStringTable("TableName", TEXT("Key")); // Debugger shows lookup up value correctly in FText variable
FString myString = myText.ToString(); // <MISSING STRING TABLE ENTRY>
This issue is not present in 5.3. Is this a known issue? Is there any workaround?
IrSoil
(IrSoil)
2
Is this a known issue?
if i get it right, then according to this comment it’s a known issue and is kinda fixed.
So either wait for a fix to be merged into public release, either build engine with a fix yourself
system
(system)
Closed
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.