GetComponentsByClass

GetComponentsByClass

Windows
MacOS
Linux

Gets all the components that inherit from the given class. Currently returns an array of UActorComponent which must be cast to the correct type. This intended to only be used by blueprints. Use GetComponents() in C++.

Target is Actor

GetComponentsByClass
Target
Component Class
Select Class
Return Value

Inputs

Target
Actor Object Reference
Component Class
Actor Component Class Reference

Outputs

Return Value
Array of Actor Component Object References

Gets all the components that inherit from the given class. Currently returns an array of UActorComponent which must be cast to the correct type. This intended to only be used by blueprints. Use GetComponents() in C++.

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback