Spline component visible in game

Hello guys,

I have an actor with a spline component as one of its components, and I would like that spline component to be visible while in Play mode. I already checked that the actor is Not hidden in game and the component visibility to be:

splineComp->SetHiddenInGame(false);
splineComp->SetVisibility(true);

Is it possible to visualize the spline shapes in Play mode? Is there something else I’m missing?

Thanks!