Navigation
BlueprintAPI > BlueprintAPI/PerformanceCapture > BlueprintAPI/PerformanceCapture/Core
Find all Actors in the world containing at least one instance of the given component class. This is a very slow operation, as it will search over every actor in the world.
Target is Performance Capture BPFunction Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | World Context Object | |
| class | Component | Class of component to find. Must be specified or result array will be empty. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Out Actors | Output array of Actors of the specified class. |