Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeBaseNode
Description
Return an FGuid built from the FSHA1 of all the attribute data contained 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.
| Name | GetHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeBaseNode.h |
| Include Path | #include "Nodes/InterchangeBaseNode.h" |
| Source | /Engine/Source/Runtime/Interchange/Core/Private/Nodes/InterchangeBaseNode.cpp |
virtual FGuid GetHash() const