FLookFromMatrix

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 FLookFromMatrix : public FMatrix

Constructors

Name Description

Public function

FLookFromMatrix

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

Creates a view matrix given an eye position, a direction to look in, 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