Navigation
API > API/Runtime > API/Runtime/DatasmithCore > API/Runtime/DatasmithCore/IDatasmithElement
Description
Return a MD5 hash of the content of the Element. Used to quickly identify Element with identical content.
| Name | CalculateElementHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
| Include Path | #include "IDatasmithSceneElements.h" |
FMD5Hash CalculateElementHash
(
bool bForce
)
The MD5 hash of the Element properties
Parameters
| Name | Remarks |
|---|---|
| bForce | Force recalculation of the hash if it was already cached |