How to turn V-Sync on and off via blueprint

Hey, I can’t find the right commands to turn on and off the V-Sync via blueprint. Also, how do I check if it works? Thanks!

You can use the “Execute Console Command” node, and type in r.VsyncEditor 1, for editor vsync ON. For standalone / packaged game just use r.Vsync 1 and r.Vsync 0

Thank you!