Where can I find list of UFUNCTION metas?

For example: DisplayName, Keywords, etc. I know what those two mean at least. I feel like there should be a full list of all of the metas, but I can’t find :frowning:

Look here: Function Specifiers

Thanks for answer. But that link doesn’t have all the metas, even the very simple metas like DisplayName or Keywords are absent… Just found:

A new, community-hosted Unreal Engine Wiki - Announcements - Unreal Engine Forums and

UE4 C++ Tutorial - Meta Data Specifiers - YouTube if anyone else is searching for more meta properties.

also you can find namespace UM in the engine sources or namespace UP for UPROPERTY which provides all the keywords and brief descriptions =)