Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/MovieSceneTracksComponentTypes.h |
| Include | #include "MovieSceneTracksComponentTypes.h" |
Syntax
USTRUCT ()
struct FMovieSceneCameraShakeComponentData
Remarks
Component data for camera shakes
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneCameraShakeSectionData | SectionData | The shake data from the section that created this component | |
| FFrameNumber | SectionEndTime | ||
| FGuid | SectionSignature | The signature of the source section at the time the shake instance was created | |
| FFrameNumber | SectionStartTime | The range of the section that created this component |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMovieSceneCameraShakeComponentData
(
const FMovieSceneCameraShakeSectionData& InSectionData, |