Navigation
API > API/Plugins > API/Plugins/InterchangeTests > API/Plugins/InterchangeTests/ImportTestFunctions
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UImportTestFunctionsBase
- UTextureImportTestFunctions
References
| Module | InterchangeTests |
| Header | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/ImportTestFunctions/TextureImportTestFunctions.h |
| Include | #include "ImportTestFunctions/TextureImportTestFunctions.h" |
Syntax
UCLASS&40;&41;
class UTextureImportTestFunctions : public UImportTestFunctionsBase
Functions
| Type | Name | Description | |
|---|---|---|---|
| FInterchangeTestFunctionResult | CheckImportedTextureCount
(
const TArray< UTexture* >& Textures, |
Check whether the expected number of textures are imported | |
| FInterchangeTestFunctionResult | CheckTextureAddressX
(
const UTexture* Texture, |
Check whether the imported texture has the expected addressing mode for X-axis | |
| FInterchangeTestFunctionResult | CheckTextureAddressY
(
const UTexture* Texture, |
Check whether the imported texture has the expected addressing mode for Y-axis | |
| FInterchangeTestFunctionResult | CheckTextureAddressZ
(
const UTexture* Texture, |
Check whether the imported texture has the expected addressing mode for Z-axis | |
| FInterchangeTestFunctionResult | CheckTextureFilter
(
const UTexture* Texture, |
Check whether the imported texture has the expected filtering mode |
Overridden from UImportTestFunctionsBase
| Type | Name | Description | |
|---|---|---|---|
| UClass * |