Navigation
API > API/Plugins > API/Plugins/MetaHumanPerformance > API/Plugins/MetaHumanPerformance/UMetaHumanPerformanceExportAnima-
Description
Checks if the Target Skeleton set in TargetSkeletonOrSkeletalMesh may have compatibility issues. The compatibility test will check if the the skeleton has all the requested curves and will return the missing curves in OutMissingCurvesInSkeleton.
| Name | IsTargetSkeletonCompatible |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanPerformance/Public/MetaHumanPerformanceExportUtils.h |
| Include Path | #include "MetaHumanPerformanceExportUtils.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanPerformance/Private/MetaHumanPerformanceExportUtils.cpp |
UFUNCTION (BlueprintCallable, Category="MetaHuman|Compatibility")
bool IsTargetSkeletonCompatible
(
const TSet < FString > & InCurves,
TArray < FString > & OutMissingCurvesInSkeleton
) const