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 FMovieSceneCameraShakeInstanceData
Remarks
Component data for camera shakes created by the shake system This is separate from FMovieSceneCameraShakeComponentData because that one it imported from source shake sections, and our component data here will be preserved on reimported entities.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bManagedByPreviewer | Whether this instance is managed by a shake previewer | |
| FGuid | SectionSignature | The signature of the source section at the time the shake instance was created | |
| TObjectPtr< UCameraShakeBase > | ShakeInstance | Shake instance created by the shake evaluation system |