FLookAtMatrix

Windows
MacOS
Linux

Inheritance Hierarchy

FMatrix

FLookFromMatrix

FLookAtMatrix

References

Module

Core

Header

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

Include

#include "Math/Matrix.h"

Syntax

struct FLookAtMatrix : public FLookFromMatrix

Constructors

Name Description

Public function

FLookAtMatrix

(
    const FVector& EyePosition,
    const FVector& LookAtPosition,
    const FVector& UpVector
)

Creates a view matrix given an eye position, a position to look at, and an up 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