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

#include <BLO_undofile.h>

Public Attributes

char filepath [1024]
 
MemFile memfile
 
size_t undo_size
 

Detailed Description

Definition at line 48 of file BLO_undofile.h.

Member Data Documentation

◆ filepath

char MemFileUndoData::filepath[1024]

Definition at line 49 of file BLO_undofile.h.

Referenced by BKE_memfile_undo_decode(), and BKE_memfile_undo_encode().

◆ memfile

MemFile MemFileUndoData::memfile

◆ undo_size

size_t MemFileUndoData::undo_size

Definition at line 51 of file BLO_undofile.h.

Referenced by BKE_memfile_undo_encode(), and memfile_undosys_step_encode().


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