UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDatasmithExpressionUtils Namespace Reference

Functions

FORCEINLINE void UpdateHashWithString (FMD5 &MD5, const FString &String)
 
FORCEINLINE void UpdateHashWithStrings (FMD5 &MD5, const TArray< FString > &Strings)
 
template<typename ReferenceType >
void UpdateHashWithReference (FMD5 &MD5, TDatasmithReferenceProxy< ReferenceType > &Reference)
 
template<typename ClassType >
void UpdateHashWithArray (FMD5 &MD5, TDatasmithReferenceArrayProxy< ClassType > &Array)
 

Function Documentation

◆ UpdateHashWithArray()

template<typename ClassType >
void FDatasmithExpressionUtils::UpdateHashWithArray ( FMD5 MD5,
TDatasmithReferenceArrayProxy< ClassType > &  Array 
)

◆ UpdateHashWithReference()

template<typename ReferenceType >
void FDatasmithExpressionUtils::UpdateHashWithReference ( FMD5 MD5,
TDatasmithReferenceProxy< ReferenceType > &  Reference 
)

◆ UpdateHashWithString()

FORCEINLINE void FDatasmithExpressionUtils::UpdateHashWithString ( FMD5 MD5,
const FString &  String 
)

◆ UpdateHashWithStrings()

FORCEINLINE void FDatasmithExpressionUtils::UpdateHashWithStrings ( FMD5 MD5,
const TArray< FString > &  Strings 
)