Epic Developer Community Forums
How to use ABS in C++?
Development
Programming & Scripting
C++
UE4-20
,
UE4
,
unreal-engine
,
question
,
CPP
Alexa.Ki
(Alendromeda.ki)
May 1, 2022, 8:58pm
2
This works for me but Correct me if I am wrong:
if (abs(-LocTopVlue) < abs(-LocBottomValue)) { }
2 Likes
show post in topic