Navigation
API > API/Plugins > API/Plugins/AvalancheTag
References
| Module | AvalancheTag |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheTag/Public/AvaTag.h |
| Include | #include "AvaTag.h" |
Syntax
USTRUCT ()
struct FAvaTagId
Remarks
Struct to identify a Tag. This is used by FAvaTagHandle to reference an FAvaTag
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaTagId () |
Id is initialized to a zero | ||
FAvaTagId
(
EForceInit |
Force init where Id is initialized to a new guid. This is used in TCppStructOps::Construct | ||
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FAvaTagId& InOther |