I am trying to cast an array of UParticleModules one by one to the UParticleModuleKillBox class in order to grab the kill box module from a particle system emitter’s modules.
However, I get a LNK2019 error in VS2015 when attempting to do so.
Additional details:
- Trying to get UParticleModuleKillBox::StaticClass() also gives the linker error
- I have been able to cast other modules (UParticleModuleAttractorPoint) with no problems
- All of the above classes are a part of the Engine module, which I have included in my build’s public dependencies