Set members in struct not working

I am trying to use Set members with a struct. It is not working.
Here is a test scenario:

When H prints the value to screen, it is 10.0. Not 0.5.

Is struct updating still not working as of 4.10.2 or am I missing something?

Have you tried adding a local variable and setting it before your set members node, then using its output as your input for the set members node?

I will try. I tried setting DeltaTime node to it, it didn’t work.
Remaking the struct works, but it negates having a set member node.

To be clear, I mean a DroneFormationPairingV2 local var!

I didn’t catch that. Thank you for clarification. Will test.