Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetSystemLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h |
| Include | #include "Kismet/KismetSystemLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp |
static void GetActorListFromComponentList
&40;
const TArray< class UPrimitiveComponent &42; > & ComponentList,
UClass &42; ActorClassFilter,
TArray< class AActor &42; > & OutActorList
&41;
Remarks
Returns an array of unique actors represented by the given list of components.
Parameters
| Name | Description |
|---|---|
| ComponentList | List of components. |
| ClassFilter | If set, will only return results of this class or subclasses of it. |
| OutActorList | Start of line segment. |