Blender V4.3
UndoRefID Struct Reference

#include <BKE_undo_system.hh>

Public Attributes

struct IDptr
 
char name [MAX_ID_NAME]
 
char library_filepath_abs [FILE_MAX]
 

Detailed Description

Definition at line 28 of file BKE_undo_system.hh.

Member Data Documentation

◆ library_filepath_abs

char UndoRefID::library_filepath_abs[FILE_MAX]

Definition at line 31 of file BKE_undo_system.hh.

Referenced by undosys_id_ref_resolve(), and undosys_id_ref_store().

◆ name

char UndoRefID::name[MAX_ID_NAME]

Definition at line 30 of file BKE_undo_system.hh.

Referenced by undosys_id_ref_resolve(), and undosys_id_ref_store().

◆ ptr

struct ID* UndoRefID::ptr

Definition at line 29 of file BKE_undo_system.hh.

Referenced by undosys_id_ref_resolve(), and undosys_id_ref_store().


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