The_VBR
(The VBR)
June 13, 2016, 9:49am
1
How can i create a laser point(laser beam or whatever you wanna call it),so that i can have an indication towards where my actor-player is aiming at(and looking at) ?
erebel55
(erebel55)
June 13, 2016, 10:40am
2
There are a lot of ways to do this.
A line trace would be the easiest way with DebugDrawTraceTag
https://docs.unrealengine.com/latest/INT/Gameplay/HowTo/UseRaycasts/Blueprints/
Hi guys, I am using the GetWorld()->LineTraceSingle() function in CPP code to trace some things. It would be very handy for me to actually see some debug lines drawn by an engine, while a tracing happens. In Blueprints, it is easily done with...
Reading time: 1 mins 🕑
Likes: 3 ❤
You could also use DrawDebugLine
After over a year in maintenance mode, the official Unreal Engine Wiki is now permanently offline. These resources now live on a new community-run Unreal Engine Community Wiki — https://unrealcommunity.wiki/! You will be able to find content from...
Reading time: 1 mins 🕑
Likes: 19 ❤
Or you could use a beam emitter