Merge branch 'master' into layeraddition

This commit is contained in:
Wiktor Kocielski
2023-09-10 13:39:31 +03:00
committed by GitHub
20 changed files with 579 additions and 95 deletions

View File

@@ -153,6 +153,11 @@ public:
/// <param name="tag">The tag to add.</param>
API_FUNCTION() void AddTagRecursive(const Tag& tag);
/// Removes a tag to the actor
/// </summary>
/// <param name="tag">The tag to remove.</param>
API_FUNCTION() void RemoveTag(const Tag& tag);
/// <summary>
/// Gets the name of the tag.
/// [Deprecated in v1.5]