Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DConstraintTrack.h |
Include |
#include "Tracks/MovieScene3DConstraintTrack.h" |
class UMovieScene3DConstraintTrack : public UMovieSceneTrack
Base class for constraint tracks (tracks that are dependent upon other objects).
Name | Description | ||
---|---|---|---|
|
ConstraintSections |
List of all constraint sections. |
Name | Description | |
---|---|---|
|
UMovieScene3DConstraintTrack ( |
Name | Description | ||
---|---|---|---|
|
UMovieSceneS... |
AddConstraint ( |
Adds a constraint. |
Name | Description | ||
---|---|---|---|
|
AddSection ( |
Add a section to this track. |
|
|
UMovieSceneS... |
CreateNewSection() |
Generates a new section suitable for use with this track. |
|
const TArray... |
GetAllSections() |
Called when all the sections of the track need to be retrieved. |
|
GetDisplayName() |
Get the track's display name. |
|
|
HasSection ( |
Checks to see if the section is in this track. |
|
|
IsEmpty() |
||
|
RemoveAllAnimationData() |
Removes animation data. |
|
|
RemoveSection ( |
Removes a section from this track. |
|
|
RemoveSectionAt ( |
Removes a section from this track at a particular index |
|
|
SupportsType ( |
Does this track support this section class type? |