Unreal Engine Blueprint API Reference > Layers
Gets all the actors associated with the specified layer. Analog to AppendActorsFromLayer but it returns rather than appends the actors.
Target is Layers Subsystem
Inputs
Type | Name | Description |
---|---|---|
object | Target | |
name | Layer Name | The layer to find actors for. |
Outputs
Type | Name | Description |
---|---|---|
object | Return Value | The list to assign the found actors to. |