Runtime Mesh Component

Is there any way (in blueprint) to obtain vertex data for a given mesh section index? I want to use Update Mesh Section to update a vertex relative to its current position. So far I’ve been keeping all this data in a separate array of vertices but if I could simply grab it from the section it would simplify things.