Navigation
API > API/Plugins > API/Plugins/InterchangeTests
| Name | UMaterialXTestFunctions |
| Type | class |
| Header File | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/ImportTestFunctions/MaterialXTestFunctions.h |
| Include Path | #include "ImportTestFunctions/MaterialXTestFunctions.h" |
Syntax
UCLASS (MinimalAPI)
class UMaterialXTestFunctions : public UImportTestFunctionsBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UImportTestFunctionsBase → UMaterialXTestFunctions
Functions
Public
Overridden from UImportTestFunctionsBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClass * GetAssociatedAssetType() |
ImportTestFunctions/MaterialXTestFunctions.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FInterchangeTestFunctionResult CheckConnectedInputCount
(
const UMaterialInterface* MaterialInterface, |
Check whether the expected number of inputs are connected to the MX_StandardSurface material function | ImportTestFunctions/MaterialXTestFunctions.h |
|
static FInterchangeTestFunctionResult CheckInputConnected
(
const UMaterialInterface* MaterialInterface, |
Check whether a specific input of the MX_StandardSurface material function is connected or not | ImportTestFunctions/MaterialXTestFunctions.h |
|