Blender V4.3
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 66 of file DNA_collection_types.h.

Member Data Documentation

◆ _pad0

uint32_t CollectionExport::_pad0

Definition at line 76 of file DNA_collection_types.h.

◆ export_properties

IDProperty* CollectionExport::export_properties

Definition at line 73 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 70 of file DNA_collection_types.h.

Referenced by collection_exporter_copy().

◆ flag

uint32_t CollectionExport::flag

Definition at line 74 of file DNA_collection_types.h.

Referenced by collection_exporter_copy().

◆ name

char CollectionExport::name[64]

Definition at line 71 of file DNA_collection_types.h.

◆ next

struct CollectionExport* CollectionExport::next

Definition at line 67 of file DNA_collection_types.h.

◆ prev

struct CollectionExport * CollectionExport::prev

Definition at line 67 of file DNA_collection_types.h.


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