BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/Utilities > BlueprintAPI/EditorScripting/Utilities/Filter
Filter the array by Layer the Actor belongs to.
Target is Editor Filter Library
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target Array | Array of Actor to filter. The array will not change. |
name | Layer Name | The exact name of the Layer the actor belongs to. |
enum | Filter Type | Should include or not the array's item if it respects the condition. |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
object | Return Value | The filtered list. |