Navigation
API > API/Plugins > API/Plugins/AvalancheTag
References
| Module | AvalancheTag |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheTag/Public/AvaTagHandle.h |
| Include | #include "AvaTagHandle.h" |
Syntax
USTRUCT (BlueprintType )
struct FAvaTagHandle
Remarks
Handle to a Tag or Alias (set of Tags) in a particular Source. This should be used by the UStructs/UObjects to properly reference a Tag or Alias (set of Tags).
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< const UAvaTagCollection > | Source | ||
| FAvaTagId | TagId |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaTagHandle
(
const UAvaTagCollection* InSource, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAvaTagList | GetTags () |
Returns the resolved tags from the Handle If the Handle is to a particular Tag, it should return the array with a single element. | |
| bool | IsValid () |
||
| bool | MatchesExact
(
const FAvaTagHandle& InOther |
Returns true if the Tag Handles is the exact same as the other (Same Source and Tag Id) | |
| bool | Overlaps
(
const FAvaTagHandle& InOther |
Returns true if the Tag Handles have overlapping FAvaTags, even if the Source or Tag Id is different | |
| void | PostSerialize
(
const FArchive& Ar |
||
| FString | |||
| FName | ToName () |
||
| FString | ToString () |