(UE5.3) how to bind to multicast delegate in C++?

It seems that UE5.3 does not have AddDynamic macro, I can only find a similar signature like this
image

is this the same as the AddDynamic()?