APlayerCameraManager::ApplyWorldOffset

Called by owning level to shift an actor location and all relevant data structures by specified delta

Windows
MacOS
Linux

Override Hierarchy

AActor::ApplyWorldOffset()

APlayerCameraManager::ApplyWorldOffset()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Camera/PlayerCameraManager.h

Include

#include "Camera/PlayerCameraManager.h"

Source

/Engine/Source/Runtime/Engine/Private/PlayerCameraManager.cpp

Syntax

virtual void ApplyWorldOffset
(
    const FVector & InOffset,
    bool bWorldShift
)

Remarks

Called by owning level to shift an actor location and all relevant data structures by specified delta

Parameters

Parameter

Description

InOffset

Offset vector to shift actor location

bWorldShift

Whether this call is part of whole world shifting

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