UField

A UField is a UObject mainly containing an attribute next pointing to the next UField instance.

Next

The next attribute points to the next UField in a row. Each UField points to the next one until it reaches nullptr. This creates a chain of UFields.