I suppose it could be confusing but it’s one of those cases where the API is built around the most utility and not necessarily around the easiest use. In your case you’ll want to look into the function ContainerPtrToValuePtr. That’ll give you the address.
I don’t see a version that does all that in one go, probably because the first call is part of the lower level property system and Get is part of FObjectProperty.
SomeProperty has type FProperty. this is the UObject that has the property “SomeProperty”. Note that GetPropertyValue is a static function. Replace FFloatProperty according to your property type.