Navigation
API > API/Plugins > API/Plugins/InterchangeTests > API/Plugins/InterchangeTests/ImportTestFunctions
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UImportTestFunctionsBase
- UAnimationImportTestFunctions
References
| Module | InterchangeTests |
| Header | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/ImportTestFunctions/AnimationImportTestFunctions.h |
| Include | #include "ImportTestFunctions/AnimationImportTestFunctions.h" |
Syntax
UCLASS&40;&41;
class UAnimationImportTestFunctions : public UImportTestFunctionsBase
Functions
| Type | Name | Description | |
|---|---|---|---|
| FInterchangeTestFunctionResult | CheckAnimationFrameNumber
(
UAnimSequence* AnimSequence, |
Check whether the animation frame number is as expected | |
| FInterchangeTestFunctionResult | CheckAnimationLength
(
UAnimSequence* AnimSequence, |
Check whether the animation length (second) is as expected | |
| FInterchangeTestFunctionResult | CheckCurveKeyArriveTangent
(
UAnimSequence* AnimSequence, |
Check whether the given curve key arrive tangent for the given curve name has the expected arrive tangent | |
| FInterchangeTestFunctionResult | CheckCurveKeyArriveTangentWeight
(
UAnimSequence* AnimSequence, |
Check whether the given curve key arrive tangent weight for the given curve name has the expected arrive tangent weight | |
| FInterchangeTestFunctionResult | CheckCurveKeyLeaveTangent
(
UAnimSequence* AnimSequence, |
Check whether the given curve key leave tangent for the given curve name has the expected leave tangent | |
| FInterchangeTestFunctionResult | CheckCurveKeyLeaveTangentWeight
(
UAnimSequence* AnimSequence, |
Check whether the given curve key leave tangent weight for the given curve name has the expected leave tangent weight | |
| FInterchangeTestFunctionResult | CheckCurveKeyTime
(
UAnimSequence* AnimSequence, |
Check whether the given curve key time(sec) for the given curve name has the expected time(sec) | |
| FInterchangeTestFunctionResult | CheckCurveKeyValue
(
UAnimSequence* AnimSequence, |
Check whether the given curve key value for the given curve name has the expected value | |
| FInterchangeTestFunctionResult | CheckImportedAnimSequenceCount
(
const TArray< UAnimSequence* >& AnimSequences, |
Check whether the expected number of anim sequences are imported |
Overridden from UImportTestFunctionsBase
| Type | Name | Description | |
|---|---|---|---|
| UClass * |