Navigation
API > API/Plugins > API/Plugins/AvalancheTag
Inheritance Hierarchy
- UObject
- UAvaTagCollection
References
| Module | AvalancheTag |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheTag/Public/AvaTagCollection.h |
| Include | #include "AvaTagCollection.h" |
Syntax
UCLASS (MinimalAPI)
class UAvaTagCollection : public UObject
Remarks
Tag Collection that identifies a tag with an underlying Tag Id Guid and provides Tag reference capabilities
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| TArray< FAvaTagId > | GetTagIds
(
bool bInIncludeAliases |
Returns the keys of the Tag Map, optionally including aliases | |
| FName | |||
| FName | GetTagName
(
const FAvaTagId& InTagId |
Returns the name of the Tag mapped to the given TagId. | |
| FAvaTagList | Returns an array of valid pointers to the tags that are under the given TagId Which could be an Alias | ||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& InPropertyChangedEvent |
||
| void | PostLoad () |