Blender V5.0
CollectionExport Struct Reference

#include <DNA_collection_types.h>

Public Attributes

struct CollectionExportnext
struct CollectionExportprev
char fh_idname [64]
char name [64]
IDPropertyexport_properties
uint32_t flag
uint32_t _pad0

Detailed Description

Definition at line 75 of file DNA_collection_types.h.

Member Data Documentation

◆ _pad0

uint32_t CollectionExport::_pad0

Definition at line 85 of file DNA_collection_types.h.

◆ export_properties

IDProperty* CollectionExport::export_properties

Definition at line 82 of file DNA_collection_types.h.

Referenced by collection_exporter_copy().

◆ fh_idname

char CollectionExport::fh_idname[64]

Identifier that matches the #FileHandlerType.idname.

Definition at line 79 of file DNA_collection_types.h.

Referenced by collection_exporter_copy().

◆ flag

uint32_t CollectionExport::flag

Definition at line 83 of file DNA_collection_types.h.

Referenced by collection_exporter_copy().

◆ name

char CollectionExport::name[64]

Definition at line 80 of file DNA_collection_types.h.

◆ next

struct CollectionExport* CollectionExport::next

Definition at line 76 of file DNA_collection_types.h.

◆ prev

struct CollectionExport * CollectionExport::prev

Definition at line 76 of file DNA_collection_types.h.


The documentation for this struct was generated from the following file: