LogStreaming: Error: CreateExport: /Game/Items/ActorName (0xE6A4AA251EEDE4A7)/Game/Items/ActorName (0xE6A4AA251EEDE4A7) - Could not find template object for NiagaraDataInterfaceArrayFloat
This error only occurs in some actors, even though other actors using NiagaraDataInterfaceArrayFloat do not trigger it.
I’ve tried saving it with a different name, but the error still occurs.
I don’t know the exact reason for this occuring, we had a report of it internally in Lyra which I just tried to repro but it does not in 5.6.
My theory is that 39171001 may have fixed it, as it removed RF_Public from data interfaces that do not require it (i.e. ones that are not user parameters).
Do you know if the system your using happens to have any public data interfaces or are they all internal?