Hi! It is special meta data, that is added to each UCLASS by code generator. The main purpose for them is to skip cast when you want only to know if that thing is child of another. Also, they can be used to implement some safe implementation of cast - you check flags first and only after that cast type…