ECameraShakePlaySpace

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Camera/CameraTypes.h

Include

#include "Camera/CameraTypes.h"

Syntax

enum ECameraShakePlaySpace
{
    CameraLocal,
    World,
    UserDefined,
}

Values

Name

Description

CameraLocal

This anim is applied in camera space.

World

This anim is applied in world space.

UserDefined

This anim is applied in a user-specified space (defined by UserPlaySpaceMatrix).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss