![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "DatasmithMaterialElements.h"#include "DatasmithSceneElementsImpl.h"#include "Algo/Find.h"#include "Containers/Array.h"#include "Misc/SecureHash.h"Go to the source code of this file.
Namespaces | |
| namespace | FDatasmithExpressionUtils |
Macros | |
| #define | UE_API DATASMITHCORE_API |
Functions | |
| FORCEINLINE void | FDatasmithExpressionUtils::UpdateHashWithString (FMD5 &MD5, const FString &String) |
| FORCEINLINE void | FDatasmithExpressionUtils::UpdateHashWithStrings (FMD5 &MD5, const TArray< FString > &Strings) |
| template<typename ReferenceType > | |
| void | FDatasmithExpressionUtils::UpdateHashWithReference (FMD5 &MD5, TDatasmithReferenceProxy< ReferenceType > &Reference) |
| template<typename ClassType > | |
| void | FDatasmithExpressionUtils::UpdateHashWithArray (FMD5 &MD5, TDatasmithReferenceArrayProxy< ClassType > &Array) |
| #define UE_API DATASMITHCORE_API |