Navigation
API > API/Plugins > API/Plugins/InterchangeTests > API/Plugins/InterchangeTests/UAssetImportTestFunctions
Description
Check whether the expected object metadata value is imported. @Param ExpectedMetadataKey - The object metadata key to pass to the package to retrieve the metadata value @Param ExpectedMetadataValue - The value to compare the object metadata query with the metadata key
| Name | CheckMetadataValue |
| Type | function |
| Header File | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/ImportTestFunctions/AssetImportTestFunctions.h |
| Include Path | #include "ImportTestFunctions/AssetImportTestFunctions.h" |
| Source | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Private/ImportTestFunctions/AssetImportTestFunctions.cpp |
UFUNCTION (Exec)
static FInterchangeTestFunctionResult CheckMetadataValue
(
const UObject * Object,
const FString & ExpectedMetadataKey,
const FString & ExpectedMetadataValue
)