Anyone know how to access "Add Vector Curve Keys"?

Hello,

I found some documentation on how to add keys to a vector curve, but I can’t seem to access it in engine.

My ultimate goal is to generate a vector curve using information passed into unreal by CSV, then use that curve to animate an object in world space at specific time intervals. This node seems perfect for that as I can pass it an array of time values and vectors using a for loop with an index. Anyone know how to get access to this node? It doesn’t appear on any of my blueprints.

Thanks!

Hey there @ReclusiveRychu! Welcome back to the community! I believe this node is actually for working directly on the asset and as such is available only in Editor blueprints and Editor Widget Blueprints.