FPlatformApplicationMisc::ClipboardCopy() fails to link

A bit late but I was looking into this today:

In the file where you call FPlatformApplicationMisc::ClipboardPaste, you need to include #include "HAL/PlatformApplicationMisc.h".

Then in your Build.cs, you will need to add "ApplicationCore"

3 Likes