Add remove tag method to actor.

This commit is contained in:
Chandler Cox
2023-09-01 06:35:52 -05:00
parent bd750d2634
commit 5b5c298a96
2 changed files with 11 additions and 0 deletions

View File

@@ -136,6 +136,12 @@ public:
/// <param name="tag">The tag to add.</param>
API_FUNCTION() void AddTag(const Tag& tag);
/// <summary>
/// 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]