Navigation
API > API/Plugins > API/Plugins/InterchangeTests > API/Plugins/InterchangeTests/ImportTestFunctions
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UImportTestFunctionsBase
- UActorImportTestFunctions
- ULightImportTestFunctions
- UPointLightImportTestFunctions
- USpotLightImportTestFunctions
- UAnimationImportTestFunctions
- UAssetImportTestFunctions
- UInterchangeResultImportTestFunctions
- ULevelSequenceImportTestFunctions
- ULevelVariantSetsImportTestFunctions
- UMaterialImportTestFunctions
- UMaterialXTestFunctions
- USkeletalMeshImportTestFunctions
- UStaticMeshImportTestFunctions
- UTextureImportTestFunctions
References
| Module | InterchangeTests |
| Header | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/ImportTestFunctions/ImportTestFunctionsBase.h |
| Include | #include "ImportTestFunctions/ImportTestFunctionsBase.h" |
Syntax
UCLASS ()
class UImportTestFunctionsBase : public UObject
Remarks
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.
Functions
| Type | Name | Description | |
|---|---|---|---|
| UClass * | |||
| UClass * | GetImportTestFunctionsClassForAssetType
(
UClass* AssetClass |
Determine which of the import test functions classes to use for a given asset class type |