Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScenePropertyTrack.h |
Include |
#include "Tracks/MovieScenePropertyTrack.h" |
class UMovieScenePropertyTrack : public UMovieSceneNameableTrack
Base class for tracks that animate an object property
Name | Description | ||
---|---|---|---|
|
PropertyBinding |
||
|
Sections |
All the sections in this list |
|
|
UniqueTrackName |
Unique name for this track to afford multiple tracks on a given object (i.e. for array properties) |
Name | Description | |
---|---|---|
|
UMovieScenePropertyTrack ( |
Name | Description | ||
---|---|---|---|
|
FindAllSections ( |
Find all sections at the current time. |
|
|
UMovieSceneS... |
FindOrAddSection ( |
Finds a section at the current time. |
|
UMovieSceneS... |
FindOrExtendSection ( |
Finds a section at the current time or extends an existing one |
|
UMovieSceneS... |
FindSection ( |
Finds a section at the current time. |
|
TOptional< V... |
GetCurrentValue ( |
|
|
const FMovie... |
GetPropertyBinding() |
Access the property binding for this track |
|
GetPropertyName() |
||
|
GetPropertyPath() |
||
|
SetPropertyNameAndPath |
Sets the property name for this animatable property |
Name | Description | ||
---|---|---|---|
|
CanRename() |
Can rename this track. |
|
|
GetDefaultDisplayName() |
Name | Description | ||
---|---|---|---|
|
AddSection ( |
Add a section to this track. |
|
|
const TArray... |
GetAllSections() |
Called when all the sections of the track need to be retrieved. |
|
GetDisplayNameToolTipText() |
Get the track's display tooltip text to be shown on the track's name. |
|
|
UMovieSceneS... |
GetSectionToKey() |
Finds a section we want to key and recieve globally changed values. |
|
GetTrackName() |
||
|
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 |
|
|
SetSectionToKey ( |
Set the section we want to key and recieve globally changed values. |