Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneCameraShakeTrack.h |
Include |
#include "Tracks/MovieSceneCameraShakeTrack.h" |
class UMovieSceneCameraShakeTrack :
public UMovieSceneNameableTrack,
public IMovieSceneTrackTemplateProducer
Name | Description | ||
---|---|---|---|
|
UMovieSceneS... |
AddNewCameraShake ( |
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 |
|
|
SupportsMultipleRows() |
||
|
SupportsType ( |
Does this track support this section class type? |
Name | Description | ||
---|---|---|---|
|
FMovieSceneE... |
CreateTemplateForSection ( |
Create a movie scene eval template for the specified section |