formZ SDK | 5.0 API Reference | System | Data Type

fz_tag_td

Description

formZ tag type. A tag is usually associated with an entity such as an object or a light. A tag is persistent. That is, a plugin or script may store a tag permanently and will always be able to find the associated entity from a given tag (assuming the entity hasn't been deleted in the meantime). Many formZ API functions return and take pointers to entities. These pointers are not persistent past the runtime session of formZ. Utility functions are provided to return the entity pointer from a tag and vice versa.

typedef struct fz_tag_td {

fzrt_UUID_td

uuid };

Members

uuid

unique identifier for the tag

Availability

5.0.0.0

See Also

fz_tag_new

Defined in

fz_type_core_api.h