VectorPow

Calculates x raised to the power of y (component-wise).

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/UnrealMathSSE.h

Include

#include "Math/UnrealMathSSE.h"

Syntax

VectorRegister VectorPow
(
    const VectorRegister & Base,
    const VectorRegister & Exponent
)

Remarks

Calculates x raised to the power of y (component-wise).

Returns

Parameters

Parameter

Description

Base

Base vector

Exponent

Exponent vector

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss