Get Sibling Property from UProperty

Hello, I am in the PreEditChange virtual function in UActorComponent, and I want to check the boolean value of a sibling property.

I have a handle to the UProperty* and I want to see if a sibling Boolean Property Value is set.

How can I do this?