Navigation
API > API/Plugins > API/Plugins/InterchangeTests > API/Plugins/InterchangeTests/ImportTestFunctions
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UImportTestFunctionsBase
- UAssetImportTestFunctions
References
| Module | InterchangeTests |
| Header | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/ImportTestFunctions/AssetImportTestFunctions.h |
| Include | #include "ImportTestFunctions/AssetImportTestFunctions.h" |
Syntax
UCLASS ()
class UAssetImportTestFunctions : public UImportTestFunctionsBase
Functions
| Type | Name | Description | |
|---|---|---|---|
| FInterchangeTestFunctionResult | CheckImportedMetadataCount
(
const UObject* Object, |
Check whether the expected number of metadata for the object are imported | |
| FInterchangeTestFunctionResult | CheckMetadataExist
(
const UObject* Object, |
Check whether the expected object metadata key exist. | |
| FInterchangeTestFunctionResult | CheckMetadataValue
(
const UObject* Object, |
Check whether the expected object metadata value is imported. |
Overridden from UImportTestFunctionsBase
| Type | Name | Description | |
|---|---|---|---|
| UClass * |