FQuat::FQuat

Constructor.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Quat.h"

Syntax

FQuat
(
    float InX,
    float InY,
    float InZ,
    float InW
)

Remarks

Constructor.

Parameters

Parameter

Description

InX

X component of the quaternion

InY

Y component of the quaternion

InZ

Z component of the quaternion

InW

W component of the quaternion

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