ActorComponent-GetActor-T-().md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.ActorComponent
ActorComponent.GetActor<T>() Method
Returns the component's owner actor of the specified class
public T GetActor<T>()
where T : UnrealEngine.Framework.Actor;
Type parameters
Constraints Actor
Returns
T
An actor or null on failure