USequenceCameraShake

A camera shake that plays a sequencer animation.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

TemplateSequence

Header

/Engine/Plugins/MovieScene/TemplateSequence/Source/TemplateSequence/Public/SequenceCameraShake.h

Include

#include "SequenceCameraShake.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Blueprintable)
class USequenceCameraShake : public UCameraShakeBase

Remarks

A camera shake that plays a sequencer animation.

Variables

Name Description

Public variable UProperty Category, EditAnywhere, Meta

float

 

BlendInTime

Linear blend-in time.

Public variable UProperty Category, EditAnywhere, Meta

float

 

BlendOutTime

Linear blend-out time.

Public variable UProperty Category, EditAnywhere

bool

 

bRandomSegment

When true, plays a random snippet of the sequence for RandomSegmentDuration seconds.

Public variable UProperty Category, EditAnywhere, Meta

float

 

PlayRate

Scalar defining how fast to play the anim.

Public variable UProperty Category, EditAnywhere, Meta

float

 

RandomSegmentDuration

When bRandomSegment is true, defines how long the sequence should play.

Public variable UProperty Category, EditAnywhere, Meta

float

 

Scale

Scalar defining how "intense" to play the anim.

Public variable UProperty Category, EditAnywhere

UCameraAnimatio ...

 

Sequence

Source camera animation sequence to play.

Constructors

Name Description

Public function

USequenceCameraShake

(
    const FObjectInitializer & ObjInit
)

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback