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