Unreal Engine Blueprint API Reference > Actor
Gets all the components that inherit from the given class with a given tag.
Target is Actor
Inputs
Type | Name | Description |
---|---|---|
object | Target | |
class | Component Class | |
name | Tag |
Outputs
Type | Name | Description |
---|---|---|
object | Return Value | Gets all the components that inherit from the given class with a given tag. |