IDatasmithElement::CalculateElementHash

Return a MD5 hash of the content of the Element.

Windows
MacOS
Linux

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h

Include

#include "IDatasmithSceneElements.h"

Syntax

FMD5Hash CalculateElementHash
(
    bool bForce
)

Remarks

Return a MD5 hash of the content of the Element. Used to quickly identify Element with identical content.

Returns

The MD5 hash of the Element properties

Parameters

Parameter

Description

bForce

Force recalculation of the hash if it was already cached

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss