Actor-AddTag(string).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.Actor
Actor.AddTag(string) Method
Adds a tag to the actor that can be used for grouping and categorizing
public void AddTag(string tag);
Parameters
tag System.String