|
Blender V5.0
|
#include <RNA_types.hh>
Public Attributes | |
| StructRNA * | type |
| void * | data |
An ancestor of a given PointerRNA. The owner ID is not needed here, it is assumed to always be the same as the owner ID of the PropertyRNA itself.
Definition at line 35 of file RNA_types.hh.
| void* AncestorPointerRNA::data |
Definition at line 37 of file RNA_types.hh.
| StructRNA* AncestorPointerRNA::type |
Definition at line 36 of file RNA_types.hh.
Referenced by RNA_struct_search_closest_ancestor_by_type(), and ui_rna_is_userdef().