Where to find a list and description of all the keywords for UPROPERTY, UFUNCTION, ...

I am currently following the programming tutorial and taking notes of all things I consider important.
We are using a couple of keywords in the UPROPERTY, UFUNCTION , … (are there others) “things” all the time.
Is there a list about all of those and what tehy actually do?

Thanks a lot

Hi BlaXun,

the keywords you are looking for are all listed in the UE4 documentation:

UFUNCTION()

look at Function Specifiers

UPROPERTY()

look at Property Specifiers

All Specifiers can be clicked for detail information

Hope that helps.