Navigation
API > API/Plugins > API/Plugins/InterchangeTests
| Name | UAssetImportTestFunctions |
| Type | class |
| Header File | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/ImportTestFunctions/AssetImportTestFunctions.h |
| Include Path | #include "ImportTestFunctions/AssetImportTestFunctions.h" |
Syntax
UCLASS (MinimalAPI)
class UAssetImportTestFunctions : public UImportTestFunctionsBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UImportTestFunctionsBase → UAssetImportTestFunctions
Functions
Public
Overridden from UImportTestFunctionsBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClass * GetAssociatedAssetType() |
ImportTestFunctions/AssetImportTestFunctions.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FInterchangeTestFunctionResult CheckImportedMetadataCount
(
const UObject* Object, |
Check whether the expected number of metadata for the object are imported | ImportTestFunctions/AssetImportTestFunctions.h |
|
static FInterchangeTestFunctionResult CheckMetadataExist
(
const UObject* Object, |
Check whether the expected object metadata key exist. | ImportTestFunctions/AssetImportTestFunctions.h |
|
static FInterchangeTestFunctionResult CheckMetadataValue
(
const UObject* Object, |
Check whether the expected object metadata value is imported. | ImportTestFunctions/AssetImportTestFunctions.h |
|
static FInterchangeTestFunctionResult CheckObjectPathHasSubstring
(
const UObject* Object, |
Check whether the object's path has the given string as substring. | ImportTestFunctions/AssetImportTestFunctions.h |
|