Blender  V3.3
Public Attributes | List of all members
UndoRefID Struct Reference

#include <BKE_undo_system.h>

Public Attributes

struct IDptr
 
char name [MAX_ID_NAME]
 

Detailed Description

Definition at line 26 of file BKE_undo_system.h.

Member Data Documentation

◆ name

char UndoRefID::name[MAX_ID_NAME]

Definition at line 28 of file BKE_undo_system.h.

Referenced by undosys_id_ref_resolve(), and undosys_id_ref_store().

◆ ptr

struct ID* UndoRefID::ptr

Definition at line 27 of file BKE_undo_system.h.

Referenced by undosys_id_ref_resolve(), and undosys_id_ref_store().


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