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