VectorReciprocalAccurate

Computes the reciprocal of a vector (component-wise) and returns the result.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/UnrealMathSSE.h"

Syntax

VectorRegister VectorReciprocalAccurate
(
    const VectorRegister & Vec
)

Remarks

Computes the reciprocal of a vector (component-wise) and returns the result.

Returns

Parameters

Parameter

Description

Vec

1st 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