In the Package build, the following error occurred : Could not find template object for NiagaraDataInterfaceArrayFloat

In my project, I used UNiagaraDataInterfaceArrayFloat, which is included in the FX Plugin.

As far as I know, it’s a publicly available data interface, is that correct?

Also, I only utilized it within the editor, without any direct code implementation.

If another plugin were to use UNiagaraDataInterfaceArrayFloat in its code without setting RF_Public, could it potentially cause any issues?

Thanks.​