diff --git a/Source/Engine/Level/Actor.h b/Source/Engine/Level/Actor.h index 5d66e7a16..a1f2dc78f 100644 --- a/Source/Engine/Level/Actor.h +++ b/Source/Engine/Level/Actor.h @@ -153,6 +153,7 @@ public: /// The tag to add. API_FUNCTION() void AddTagRecursive(const Tag& tag); + /// /// Removes a tag to the actor /// /// The tag to remove.