UE4 Math expression node. How to define power exp?

Hi guys :slight_smile:

I wonder, how to define power exp inside math expression graph? I cant find any help in official documantation, and unfortunately cant find any examples on google. :pensive:

Well, answer found :slight_smile:

To define power X with exp N → pow(X, N)

Simple as that :slight_smile: I wonder why it doesnt writed in official documentation.