Blender V5.0
AncestorPointerRNA Struct Reference

#include <RNA_types.hh>

Public Attributes

StructRNAtype
void * data

Detailed Description

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.

Member Data Documentation

◆ data

void* AncestorPointerRNA::data

Definition at line 37 of file RNA_types.hh.

◆ type

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().


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