UInterpTrackMove::ApplyWorldOffset

Called by owning actor on position shifting

Windows
MacOS
Linux

Override Hierarchy

UInterpTrack::ApplyWorldOffset()

UInterpTrackMove::ApplyWorldOffset()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackMove.h

Include

#include "Matinee/InterpTrackMove.h"

Source

/Engine/Source/Runtime/Engine/Private/Interpolation.cpp

Syntax

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

Remarks

Called by owning actor on position shifting

Parameters

Parameter

Description

InOffset

Offset vector from previous actor position

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