Linker errors in 5.6 due to moving the use of _API defines from types to individual methods

We use it from a separate plugin just fine in 5.5. It’s a public class function that is exported (our code links, so it must be the case) and the most likely reason it is is because of the PCG_API on the parent class? Maybe it wasn’t intended to be exported, but we could definitely link to it.