Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes > API/Plugins/InterchangeFactoryNodes/UInterchangeTextureFactoryNode
- UInterchangeBaseNode::GetHash()
- UInterchangeTextureFactoryNode::GetHash()
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeTextureFactoryNode.h |
| Include | #include "InterchangeTextureFactoryNode.h" |
virtual FGuid GetHash&40;&41; const
Remarks
Return a FGuid build from the FSHA1 of all the attribute data contain in the node.
the attribute are sorted by key when building the FSHA1 data. The hash will be deterministic for the same data whatever the order we add the attributes. This function interface is pure virtual