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 ()
struct FAvaTagHandle
Remarks
Handle to a Tag in a particular Source. This should be used by the UStructs/UObjects to properly reference a particular FAvaTag.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< const UAvaTagCollection > | Source | ||
| FAvaTagId | TagId |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaTagHandle
(
const UAvaTagCollection* InSource, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FAvaTag * | GetTag () |
||
| 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 | MatchesTag
(
const FAvaTagHandle& InOther |
Returns true if the Tag Handles resolve to same valued FAvaTags, even if the Source or Tag Id is different | |
| void | PostSerialize
(
const FArchive& Ar |
||
| FString | |||
| FName | ToName () |
||
| FString | ToString () |