Hello,
I’m trying to figure out what is the difference between GetComponentByClass() (doc) and FindComponentByClass(doc). I’m really confused by the Unreal Engine documentation of these two methods. Their documentation look very similar, yet FindComponentByClass() can be used as a template, but GetComponentByClass() cannot. At least, not when I tried.
It would be very appreciated if someone could lighten me up on this.
Thank you !