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