How to add a VectorFieldAnimated asset

I can see that VectorVolumeAnimated is defined in the engine, and I want to try it out. But I can’t figure out how to add one to my Contents area (so that it can be referenced in either a VectorFieldVolumeAsset or a Local Vector Field in cascade). Do I need to create a factory for it, or something? Is the implementation incomplete at this point? Or am I missing something obvious about how to get one into my scene?

Thanks!

I went ahead and made a Factory for it, and it seems like it’s working for now.

I should clarify - the factory makes it so I can add the object to my scene, but it seems to be always filling the vector field with 0’s. I’m still playing with it to try to get valid values into the field

Hey, how did this work end up?