FStaticMeshOperations::ComputeSHAHash

Computes the SHA hash of all the attributes values in the MeshDescription.

Windows
MacOS
Linux

References

Module

StaticMeshDescription

Header

/Engine/Source/Runtime/StaticMeshDescription/Public/StaticMeshOperations.h

Include

#include "StaticMeshOperations.h"

Source

/Engine/Source/Runtime/StaticMeshDescription/Private/StaticMeshOperations.cpp

Syntax

static FSHAHash ComputeSHAHash
(
    const FMeshDescription & MeshDescription,
    bool bSkipTransientAttributes
)

Remarks

Computes the SHA hash of all the attributes values in the MeshDescription.

Parameters

Parameter

Description

bSkipTransientAttributes

If param is true, do not include transient attributes in the hash computation.

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