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 (BlueprintType )
struct FAvaTag
Remarks
Struct for a Tag NOTE: Do not use as storage type. Prefer using FAvaTagHandle to then retrieve the FAvaTag it references
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | TagName |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FAvaTag& InTag |