Navigation
API > API/Plugins > API/Plugins/AvalancheTag
Tag Collection that identifies a tag with an underlying Tag Id Guid and provides Tag reference capabilities
| Name | UAvaTagCollection |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheTag/Public/AvaTagCollection.h |
| Include Path | #include "AvaTagCollection.h" |
Syntax
UCLASS (MinimalAPI, DisplayName="Motion Design Tag Collection")
class UAvaTagCollection : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAvaTagCollection
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Aliases | TMap< FAvaTagId, FAvaTagAlias > | AvaTagCollection.h |
|
|
| Tags | TMap< FAvaTagId, FAvaTag > | AvaTagCollection.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns the keys of the Tag Map, optionally including aliases | AvaTagCollection.h | ||
FName GetTagName
(
const FAvaTagId& InTagId |
Returns the name of the Tag mapped to the given TagId. | AvaTagCollection.h | |
FAvaTagList GetTags
(
const FAvaTagId& InTagId |
Returns an array of valid pointers to the tags that are under the given TagId Which could be an Alias | AvaTagCollection.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& InPropertyChangedEvent |
AvaTagCollection.h | ||
virtual void PostLoad() |
AvaTagCollection.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetAliasMapName() |
AvaTagCollection.h | ||
static FName GetTagMapName() |
AvaTagCollection.h |