Navigation
API > API/Plugins > API/Plugins/InterchangeTests > API/Plugins/InterchangeTests/ImportTestFunctions
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UImportTestFunctionsBase
- UMaterialImportTestFunctions
References
| Module | InterchangeTests |
| Header | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/ImportTestFunctions/MaterialImportTestFunctions.h |
| Include | #include "ImportTestFunctions/MaterialImportTestFunctions.h" |
Syntax
UCLASS&40;&41;
class UMaterialImportTestFunctions : public UImportTestFunctionsBase
Functions
| Type | Name | Description | |
|---|---|---|---|
| FInterchangeTestFunctionResult | CheckBlendMode
(
const UMaterialInterface* MaterialInterface, |
Check whether the imported material has the expected blend mode | |
| FInterchangeTestFunctionResult | CheckImportedMaterialCount
(
const TArray< UMaterialInterface* >& MaterialInterfaces, |
Check whether the expected number of materials are imported | |
| FInterchangeTestFunctionResult | CheckImportedMaterialInstanceCount
(
const TArray< UMaterialInterface* >& MaterialInterfaces, |
Check whether the expected number of material instances are imported | |
| FInterchangeTestFunctionResult | CheckIsTwoSided
(
const UMaterialInterface* MaterialInterface, |
Check whether the imported material has the expected two-sided setting | |
| FInterchangeTestFunctionResult | CheckOpacityMaskClipValue
(
const UMaterialInterface* MaterialInterface, |
Check whether the imported material has the expected opacity mask clip value | |
| FInterchangeTestFunctionResult | CheckScalarParameter
(
const UMaterialInterface* MaterialInterface, |
Check whether the imported material has the expected scalar parameter value | |
| FInterchangeTestFunctionResult | CheckShadingModel
(
const UMaterialInterface* MaterialInterface, |
Check whether the imported material has the expected shading model | |
| FInterchangeTestFunctionResult | CheckVectorParameter
(
const UMaterialInterface* MaterialInterface, |
Check whether the imported material has the expected vector parameter value |
Overridden from UImportTestFunctionsBase
| Type | Name | Description | |
|---|---|---|---|
| UClass * |