Navigation
API > API/Plugins > API/Plugins/InterchangeTests
This is the base class for any static class which provides test functions for an asset type.
This ensures that default parameters are held as metadata. However these functions are in reality not designed to be called from the console.
| Name | UImportTestFunctionsBase |
| Type | class |
| Header File | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/ImportTestFunctions/ImportTestFunctionsBase.h |
| Include Path | #include "ImportTestFunctions/ImportTestFunctionsBase.h" |
Syntax
UCLASS (MinimalAPI)
class UImportTestFunctionsBase : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UImportTestFunctionsBase
Derived Classes
UImportTestFunctionsBase derived class hierarchy
- UActorImportTestFunctions
- UAnimationImportTestFunctions
- UAssetImportTestFunctions
- UInterchangeResultImportTestFunctions
- ULevelSequenceImportTestFunctions
- ULevelVariantSetsImportTestFunctions
- UMaterialImportTestFunctions
- UMaterialXTestFunctions
- USkeletalMeshImportTestFunctions
- UStaticMeshImportTestFunctions
- UTextureImportTestFunctions
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClass * GetAssociatedAssetType() |
ImportTestFunctions/ImportTestFunctionsBase.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Determine which of the import test functions classes to use for a given asset class type | ImportTestFunctions/ImportTestFunctionsBase.h |