Unreal Engine Blueprint API Reference > Editor Scripting > Utilities > Filter
Filter the array based on the Object's class.
Target is Editor Filter Library
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target Array | Array of Object to filter. The array will not change. |
class | Object Class | The Class of the object. |
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. |