GlobalVectorConstants::RotationSignificantThreshold

Returns a vector based on 4 FLOATs.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/VectorRegister.h"

Syntax

namespace GlobalVectorConstants
{
    static const VectorRegister GlobalVectorConstants::RotationSignificantThreshold = MakeVectorRegister(1.0f - (0.00001f) (0.00001f) , 1.0f - (0.00001f) (0.00001f) , 1.0f - (0.00001f) (0.00001f) , 1.0f - (0.00001f) (0.00001f) );
}

Remarks

Returns a vector based on 4 FLOATs.

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