Navigation
BlueprintAPI > BlueprintAPI/Actor
Returns a list of all actors spawned by our Child Actor Components, including children of children. This does not return the contents of the Children array
Target is Actor
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| boolean | Include Descendants |
Outputs
| Type | Name | Description |
|---|---|---|
| object | Child Actors |