Where I can find list of all metadata macro tags?

I’ve found specifiers for UFUNCTION and UPROPERTY, however after scanning some UE4 functions and classes I found out there is a lot more useful stuff for hiding pins, changing node appearence for function in BP editor and etc.
It seems like very useful stuff for me, but I can’t find it in documentation at all :frowning:

I think thats what your looking for

That’s only property keywords, not metadata keywords.

Thankfully, you can find all of them in ObjectBase.h. (This wasn’t always the case.)

Thank you very much .
Very useful information.

Best Regards ,
Ockert