|
Houdini Engine 8.0
|
Data for a PDG output file. More...
#include <HAPI_Common.h>
Public Attributes | |
| int | filePathSH |
| The file path of the output. More... | |
| int | tagSH |
| The file tag of the output. More... | |
| HAPI_Int64 | hash |
Data for a PDG output file.
Definition at line 2095 of file HAPI_Common.h.
| int HAPI_PDG_WorkItemOutputFile::filePathSH |
The file path of the output.
Definition at line 2098 of file HAPI_Common.h.
| HAPI_Int64 HAPI_PDG_WorkItemOutputFile::hash |
Hash of the output file. Properties such as the file path and modification time of the file are typical inputs to the hash function, but this will vary based on the node that is producing the output file.
Definition at line 2106 of file HAPI_Common.h.
| int HAPI_PDG_WorkItemOutputFile::tagSH |
The file tag of the output.
Definition at line 2101 of file HAPI_Common.h.