Factorial operation in Math Expression node

Is there any way to factorial numbers in math expression nodes? According to the math node unreal doc, ‘!’ is an unsupported operator. Is there another way of performing a factorial?

1 Like

Use a for loop node and some simple math Flow Control | Unreal Engine Documentation