FAssetEditorOrbitCameraPosition

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h

Include

#include "Engine/StaticMesh.h"

Syntax

struct FAssetEditorOrbitCameraPosition

Variables

Name Description

Public variable

bool

 

bIsSet

Whether or not this has been set to a valid value

Public variable

FVector

 

CamOrbitPoint

The position to orbit the camera around

Public variable

FRotator

 

CamOrbitRotation

The rotation to apply around the orbit point

Public variable

FVector

 

CamOrbitZoom

The distance of the camera from the orbit point

Constructors

Name Description

Public function

FAssetEditorOrbitCameraPosition()

Public function

FAssetEditorOrbitCameraPosition

(
    const FVector& InCamOrbitPoint,
    const FVector& InCamOrbitZoom,
    const FRotator& InCamOrbitRotation
)

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