Epic Developer Community Forums
Power of operator/function in unreal C++
Development
Programming & Scripting
C++
question
,
unreal-engine
,
UE5-0
,
CPP
mnelenpridumivat
(mnelenpridumivat)
June 26, 2022, 9:06pm
2
You can use Pow from FMath:
FMath::Pow(4, 2); // = 16
1 Like
show post in topic