Navigation
API > API/Plugins > API/Plugins/InterchangeTests > API/Plugins/InterchangeTests/ImportTestFunctions
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UImportTestFunctionsBase
- UMaterialXTestFunctions
References
| Module | InterchangeTests |
| Header | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/ImportTestFunctions/MaterialXTestFunctions.h |
| Include | #include "ImportTestFunctions/MaterialXTestFunctions.h" |
Syntax
UCLASS&40;&41;
class UMaterialXTestFunctions : public UImportTestFunctionsBase
Functions
| Type | Name | Description | |
|---|---|---|---|
| FInterchangeTestFunctionResult | CheckConnectedInputCount
(
const UMaterialInterface* MaterialInterface, |
Check whether the expected number of inputs are connected to the MX_StandardSurface material function | |
| FInterchangeTestFunctionResult | CheckInputConnected
(
const UMaterialInterface* MaterialInterface, |
Check whether a specific input of the MX_StandardSurface material function is connected or not |
Overridden from UImportTestFunctionsBase
| Type | Name | Description | |
|---|---|---|---|
| UClass * |