MatineeConstants::ECameraScheme::Type

How the camera should move

Windows
MacOS
Linux

References

Module

Matinee

Header

/Engine/Source/Editor/Matinee/Public/MatineeConstants.h

Include

#include "MatineeConstants.h"

Syntax

namespace MatineeConstants
{
    namespace ECameraScheme
    {
        enum Type
        {
            CAMERA_SCHEME_FREE_CAM,
            CAMERA_SCHEME_PLANAR_CAM,
            NUM_CAMERA_SCHEMES,
        }
    }
}

Values

Name

Description

CAMERA_SCHEME_FREE_CAM

Camera movement should align with the camera axes

CAMERA_SCHEME_PLANAR_CAM

Camera movement should planar

NUM_CAMERA_SCHEMES

Remarks

How the camera should move

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