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