Returns the component of the actor if matches the specified type and tag
public T GetComponentByTag<T>(string tag)
where T : UnrealEngine.Framework.ActorComponent;
Constraints ActorComponent
tag
System.String
The tag of the component
T
A component or null
on failure