MatineeConstants::ERecordMode::Type

How recording should behave

Windows
MacOS
Linux

References

Module

Matinee

Header

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

Include

#include "MatineeConstants.h"

Syntax

namespace MatineeConstants
{
    namespace ERecordMode
    {
        enum Type
        {
            RECORD_MODE_NEW_CAMERA,
            RECORD_MODE_NEW_CAMERA_ATTACHED,
            RECORD_MODE_DUPLICATE_TRACKS,
            RECORD_MODE_REPLACE_TRACKS,
            NUM_RECORD_MODES,
        }
    }
}

Values

Name

Description

RECORD_MODE_NEW_CAMERA

A new camera actor, camera group, and movement/fovangle tracks will be added for each take.

RECORD_MODE_NEW_CAMERA_ATTACHED

A new camera actor, camera group, and movement/fovangle tracks will be added AND rooted to the currently selected object.

RECORD_MODE_DUPLICATE_TRACKS

Duplicate tracks of each selected track will be made for each take.

RECORD_MODE_REPLACE_TRACKS

Empties and re-records over the currently selected tracks.

NUM_RECORD_MODES

Remarks

How recording should behave

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