ULocalPlayer::CalcSceneView

Calculate the view settings for drawing from this view actor

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/LocalPlayer.h

Include

#include "Engine/LocalPlayer.h"

Source

/Engine/Source/Runtime/Engine/Private/LocalPlayer.cpp

Syntax

virtual FSceneView * CalcSceneView
(
    class FSceneViewFamily * ViewFamily,
    FVector & OutViewLocation,
    FRotator & OutViewRotation,
    FViewport * Viewport,
    class FViewElementDrawer * ViewDrawer,
    EStereoscopicPass StereoPass
)

Remarks

Calculate the view settings for drawing from this view actor

Parameters

Parameter

Description

View

output view struct

OutViewLocation

output actor location

OutViewRotation

output actor rotation

Viewport

current client viewport

ViewDrawer

optional drawing in the view

StereoPass

whether we are drawing the full viewport, or a stereo left / right pass

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