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