Returns the component of the actor if matches the specified type and ID
public T GetComponentByID<T>(uint id)
where T : UnrealEngine.Framework.ActorComponent;
Constraints ActorComponent
id
System.UInt32
The ID of the component
T
A component or null
on failure