Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/AActor
| Type | Name | Description | |
|---|---|---|---|
| T * | Templatized version of FindComponentByInterface that handles casting for you | ||
| T * | Templatized version of FindComponentByInterface that handles casting for you | ||
| UActorComponent * | FindComponentByInterface
(
const TSubclassOf< UInterface > Interface |
Searches components array and returns first encountered component that implements the given interface. |