Schema Metadata

You can use meta attribute to provide custom metadata values for Igor entities (types and fields). Those values may be used by programs that use the generated schema.

Example:

[schema meta=(unreal_class_path record_caption)]
string string_value;

Warning

Igor doesn’t try to validate metadata and pastes it as is into generated schema.

Hercules Metadata

Consult Hercules documentation for the list of meta attributes supported by Hercules.