GhosT_DmR
(GhosT_DmR)
1
I need to access the hit actor option here and the option that will activate that option is disabled. How can I enable this? “split struct pin”
pezzott1
(pezzott1)
2
Don’t think you can do that with an array. You need to get a specific index and then split.
GhosT_DmR
(GhosT_DmR)
3
I don’t know exactly how to do this. how can I do it?
Everynone
(Everynone)
4
You’re using a Multi Line Trace, potentially returning multiple hits; run ForEachLoop first:
Or use a regular trace if you only want a singular hit result.