Hi, I am working on particle effects with Niagara and am converting real data to vector fields that I then sample in the Niagara emitter to control the velocity of my particles. However, due to the limitation of a max size of 128128128 for vector fields, I have a need to sample multiple vector fields in one emitter. I have tried to find resources on the topic and understand that the best way forward would be to create a custom Niagara Module Script that does the same thing as the default vector field sample but simultaneously for multiple fields. I am now stuck and would appreciate some help on how to actually achieve this! Can anyone help?