Blender V4.3
IDPropertyUIDataBool Struct Reference

#include <DNA_ID.h>

Public Attributes

IDPropertyUIData base
 
int8_tdefault_array
 
int default_array_len
 
char _pad [3]
 
int8_t default_value
 

Detailed Description

For IDP_UI_DATA_TYPE_BOOLEAN Use int8_t because DNA does not support bool.

Definition at line 98 of file DNA_ID.h.

Member Data Documentation

◆ _pad

char IDPropertyUIDataBool::_pad[3]

Definition at line 102 of file DNA_ID.h.

◆ base

IDPropertyUIData IDPropertyUIDataBool::base

Definition at line 99 of file DNA_ID.h.

Referenced by IDP_TryConvertUIData(), idprop_ui_data_update_bool(), and ui_data_alloc().

◆ default_array

◆ default_array_len

◆ default_value


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