If you want to iterate over every UPROPERTY regardless of its type then you can use TFieldIterator<UProperty> instead, just fyi.
1 Like
If you want to iterate over every UPROPERTY regardless of its type then you can use TFieldIterator<UProperty> instead, just fyi.