Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagContainer.h |
Include |
#include "GameplayTagContainer.h" |
Source |
/Engine/Source/Runtime/GameplayTags/Private/GameplayTagContainer.cpp |
int32 MatchesTagDepth
(
const FGameplayTag & TagToCheck
) const
Check to see how closely two FGameplayTags match. Higher values indicate more matching terms in the tags.
The depth of the match, higher means they are closer to an exact match
Parameter |
Description |
---|---|
TagToCheck |
Tag to match against |