Navigation
API > API/Plugins > API/Plugins/InterchangeTests
| Name | USkeletonImportTestFunctions |
| Type | class |
| Header File | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/ImportTestFunctions/SkeletonImportTestFunctions.h |
| Include Path | #include "ImportTestFunctions/SkeletonImportTestFunctions.h" |
Syntax
UCLASS (MinimalAPI)
class USkeletonImportTestFunctions : public UImportTestFunctionsBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UImportTestFunctionsBase → USkeletonImportTestFunctions
Functions
Public Virtual
Overridden from UImportTestFunctionsBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClass * GetAssociatedAssetType() |
ImportTestFunctions/SkeletonImportTestFunctions.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FInterchangeTestFunctionResult CheckImportedSkeletonCount
(
const TArray< USkeleton* >& Skeletons, |
Check whether the expected number of skeletal meshes are imported | ImportTestFunctions/SkeletonImportTestFunctions.h |
|