I am using splines as entities for a ledge grab and i perform a trace and once there is something hit I tried adding an if statement and using my hit result .actor == the spline. But my spline is a blueprint with the component in it placed in a level. How would I return that? I tried checking whether there is a USplineCOmponent class but there isnt. I need help.