Blender V5.0
blender::bke::AttrBuiltinInfo Struct Reference

#include <attribute_storage_access.hh>

Public Member Functions

 AttrBuiltinInfo (AttrDomain domain, AttrType type)

Public Attributes

AttrDomain domain
AttrType type
GPointer default_value = {}
AttributeValidator validator = {}
bool deletable = true

Detailed Description

Definition at line 13 of file attribute_storage_access.hh.

Constructor & Destructor Documentation

◆ AttrBuiltinInfo()

blender::bke::AttrBuiltinInfo::AttrBuiltinInfo ( AttrDomain domain,
AttrType type )
inline

Definition at line 19 of file attribute_storage_access.hh.

References domain, and type.

Member Data Documentation

◆ default_value

◆ deletable

bool blender::bke::AttrBuiltinInfo::deletable = true

◆ domain

◆ type

◆ validator


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