Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/AActor
| Type | Name | Description | |
|---|---|---|---|
| T * | Templatized version of FindComponentByClass that handles casting for you | ||
| UActorComponent * | FindComponentByClass
(
const TSubclassOf< UActorComponent > ComponentClass |
Searches components array and returns first encountered component of the specified class, native version of GetComponentByClass |