Choose your operating system:
Windows
macOS
Linux
| UMovieScene3DConstraintTrack::AddConstraint()
|
Module |
|
Header |
/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DPathTrack.h |
Include |
#include "Tracks/MovieScene3DPathTrack.h" |
Source |
/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScene3DPathTrack.cpp |
virtual UMovieSceneSection * AddConstraint
(
FFrameNumber Time,
int32 Duration,
const FName SocketName,
const FName ComponentName,
const FMovieSceneObjectBindingID & ConstraintBindingID
)
Adds a constraint.
The newly created constraint section
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. |