Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/UBlackboardData
Description
Returns true if OtherAsset is somewhere up the parent chain of this asset. Node that it will return false if *this == OtherAsset
| Name | IsChildOf |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BlackboardData.h |
| Include Path | #include "BehaviorTree/BlackboardData.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/BehaviorTree/BlackboardData.cpp |
bool IsChildOf
(
const UBlackboardData & OtherAsset
) const