I’ve been taking care of all the deprecated warnings in my 4.18 code and changed “FGenericPlatformMisc::ClipboardCopy()” to “FPlatformApplicationMisc::ClipboardCopy()” as demanded by the compiler. It compiles fine, but refuses to link now. The error msg is:
Sad that I’ve been testing the " FGenericPlatformApplicationMisc::ClipboardCopy(*Str)", it didn’t work on PC, check this topic twice, I finally realize that correct function is “FPlatformApplicationMisc::ClipboardPaste(*Str)”