Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/UAbstractSkeletonSetCollection
Description
Returns true if SetName is a descendant of AncestorSetName. This is for strict descendants, i.e. a set is not a descendant of itself.
| Name | IsDescendantOf |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/AbstractSkeleton/AbstractSkeletonSetCollection.h |
| Include Path | #include "UAF/AbstractSkeleton/AbstractSkeletonSetCollection.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/UAF/AbstractSkeleton/AbstractSkeletonSetCollection.cpp |
bool IsDescendantOf
(
const FName SetName,
const FName AncestorSetName
) const