Closed ghost closed 8 years ago
The variable MME.MilkMaid.Name is used once but never assigned anything. Avoid variable and use <actor>.GetLeveledActorBase().GetName() instead.
<actor>.GetLeveledActorBase().GetName()
The variable MME.MilkMaid.Name is used once but never assigned anything. Avoid variable and use
<actor>.GetLeveledActorBase().GetName()
instead.