Hello, I am new to unreal engine 5, I am confused on which method to use to open doors or interact.
This is a Loop method.
This is a Line Trace Method.
Which one should I use.
Hello, I am new to unreal engine 5, I am confused on which method to use to open doors or interact.
This is a Loop method.
This is a Line Trace Method.
Which one should I use.
use overlap
to interact with unspecified stuff in proximity, or many things at once:
use trace
to trigger something singular or specific:
There is also volume multi-trace that does both, kind of.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.