Houdini Engine 7.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 2082 of file HAPI_Common.h.
int HAPI_PDG_WorkItemOutputFile::filePathSH |
The file path of the output.
Definition at line 2085 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 2093 of file HAPI_Common.h.
int HAPI_PDG_WorkItemOutputFile::tagSH |
The file tag of the output.
Definition at line 2088 of file HAPI_Common.h.