AMatineeActor::SetPosition

Set the position of the interpolation.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Matinee/MatineeActor.h"

Source

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

Syntax

void SetPosition
(
    float NewPosition,
    bool bJump
)

Remarks

Set the position of the interpolation.

if the interpolation is not currently active, this function doesn't send any Kismet events

Parameters

Parameter

Description

NewPosition

the new position to set the interpolation to

bJump

if true, teleport to the new position (don't trigger any events between the old and new positions, etc)

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