| HDK
    | 
#include <HAPI_Common.h>
| Public Attributes | |
| HAPI_NodeId | nodeId | 
| HAPI_Bool | exists | 
| HAPI_Bool | hasChanged | 
Definition at line 1823 of file HAPI_Common.h.
| HAPI_Bool HAPI_MaterialInfo::exists | 
Definition at line 1833 of file HAPI_Common.h.
| HAPI_Bool HAPI_MaterialInfo::hasChanged | 
Definition at line 1835 of file HAPI_Common.h.
| HAPI_NodeId HAPI_MaterialInfo::nodeId | 
This is the HAPI node id for the SHOP node this material is attached to. Use it to get access to the parameters (which contain the texture paths). IMPORTANT: When the HAPI_MaterialInfo::hasChanged is true this nodeId could have changed. Do not assume HAPI_MaterialInfo::nodeId will never change for a specific material. 
Definition at line 1831 of file HAPI_Common.h.