UMovieScene3DPathTrack::AddConstraint

Adds a constraint.

Windows
MacOS
Linux

Override Hierarchy

UMovieScene3DConstraintTrack::AddConstraint()

UMovieScene3DPathTrack::AddConstraint()

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DPathTrack.h

Include

#include "Tracks/MovieScene3DPathTrack.h"

Source

/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScene3DPathTrack.cpp

Syntax

virtual void AddConstraint
(
    FFrameNumber Time,
    int32 Duration,
    const FName SocketName,
    const FName ComponentName,
    const FMovieSceneObjectBindingID & ConstraintBindingID
)

Remarks

Adds a constraint.

Parameters

Parameter

Description

Time

The time relative to the owning movie scene where the section should be.

Duration

The length of the constraint section

SocketName

The socket name for the constraint.

ComponentName

The name of the component the socket resides in.

FMovieSceneObjectBindingID

The object binding id to the constraint.

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