Navigation
API > API/Plugins > API/Plugins/InterchangeTests > API/Plugins/InterchangeTests/ImportTestFunctions
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UImportTestFunctionsBase
- ULevelVariantSetsImportTestFunctions
References
| Module | InterchangeTests |
| Header | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/ImportTestFunctions/LevelVariantSetsImportTestFunctions.h |
| Include | #include "ImportTestFunctions/LevelVariantSetsImportTestFunctions.h" |
Syntax
UCLASS ()
class ULevelVariantSetsImportTestFunctions : public UImportTestFunctionsBase
Functions
| Type | Name | Description | |
|---|---|---|---|
| FInterchangeTestFunctionResult | CheckBindingsCount
(
ULevelVariantSets* LevelVariantSets, |
Check whether the imported LevelVariantSets has the expected number of bindings for the given variant in the given set | |
| FInterchangeTestFunctionResult | CheckLevelVariantSetsCount
(
const TArray< ULevelVariantSets* >& LevelVariantSetsAssets, |
Check whether the expected number of LevelVariantSets are imported | |
| FInterchangeTestFunctionResult | CheckVariantsCount
(
ULevelVariantSets* LevelVariantSets, |
Check whether the imported LevelVariantSets has the expected number of variants for the given variant set | |
| FInterchangeTestFunctionResult | CheckVariantSetsCount
(
ULevelVariantSets* LevelVariantSets, |
Check whether the imported LevelVariantSets has the expected number of variant sets |
Overridden from UImportTestFunctionsBase
| Type | Name | Description | |
|---|---|---|---|
| UClass * |