I want to trigger a standard function for all actor who get triggered by the Line Trace Function.
Thats my function to find the Actor, that works.
Now i want to trigger a function like "clicked" or something in the Actor.
On the Unreal Doc is a TickActor() but it like seems i can't access this function.
Is there any predefined function to trigger an actor?