_F_ender
([F]ender_)
1
Hello I’m working with Spline array
What I want to do is:
- Collect all Spline Component Object Reference in Overlap box to array
- Use That Spline Component Object Reference array to some function (for example: Find Tangent Closest to World Location, calculation about spline)
The Problem is:
-
When I collect and make overlap spline to array it become to Actor array
-
I can’t make it to Spline Component Object Reference array
-
Actor array can’t use with function that I refer
Marcis
(Marcis)
2
I think this is what you’re looking for
_F_ender
([F]ender_)
3
Thank you for fast answer
I try with your method, but get warning and can’t run.
Marcis
(Marcis)
4
This is the node you should use to retrieve components. Then cast to your class and add them to an array.

Or like so
_F_ender
([F]ender_)
5
comp2.png didn’t solved my problem 100%, but I can see the way. I really thank you. 