Navigation
API > API/Plugins > API/Plugins/InterchangeTests > API/Plugins/InterchangeTests/ImportTestFunctions
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UImportTestFunctionsBase
- ULevelSequenceImportTestFunctions
References
| Module | InterchangeTests |
| Header | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/ImportTestFunctions/LevelSequenceImportTestFunctions.h |
| Include | #include "ImportTestFunctions/LevelSequenceImportTestFunctions.h" |
Syntax
UCLASS ()
class ULevelSequenceImportTestFunctions : public UImportTestFunctionsBase
Functions
| Type | Name | Description | |
|---|---|---|---|
| FInterchangeTestFunctionResult | CheckLevelSequenceCount
(
const TArray< ULevelSequence* >& LevelSequences, |
Check whether the expected number of level sequences are imported | |
| FInterchangeTestFunctionResult | CheckSectionCount
(
const ULevelSequence* LevelSequence, |
Check whether the imported level sequence has the expected number of sections | |
| FInterchangeTestFunctionResult | CheckSectionInterpolationMode
(
const ULevelSequence* LevelSequence, |
Check whether the imported level sequence has the expected interpolation mode for the given section | |
| FInterchangeTestFunctionResult | CheckSequenceLength
(
const ULevelSequence* LevelSequence, |
Check whether the level sequence length (second) is as expected |
Overridden from UImportTestFunctionsBase
| Type | Name | Description | |
|---|---|---|---|
| UClass * |