How do I click on an actor using a blueprint to get the whole datasmith scene actor

image
I got the actor using line trace, but the part I want to highlight is the whole datasmith scene actor, how should I get the whole datasmith scene actor

If you do a line trace you are going to hit an actor with geometry so one of the static mesh actor that is attached under your datasmith scene actor.
Then your will have to recursively get attach parent until you find a Datasmith Scene Actor

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.