MatineeConstants::ERecordMenu::Type

Menu Settings for HUD during record mode

Windows
MacOS
Linux

References

Module

Matinee

Header

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

Include

#include "MatineeConstants.h"

Syntax

namespace MatineeConstants
{
    namespace ERecordMenu
    {
        enum Type
        {
            RECORD_MENU_RECORD_MODE,
            RECORD_MENU_TRANSLATION_SPEED,
            RECORD_MENU_ROTATION_SPEED,
            RECORD_MENU_ZOOM_SPEED,
            RECORD_MENU_TRIM,
            RECORD_MENU_INVERT_X_AXIS,
            RECORD_MENU_INVERT_Y_AXIS,
            RECORD_MENU_ROLL_SMOOTHING,
            RECORD_MENU_PITCH_SMOOTHING,
            RECORD_MENU_CAMERA_MOVEMENT_SCHEME,
            RECORD_MENU_ZOOM_DISTANCE,
            NUM_RECORD_MENU_ITEMS,
        }
    }
}

Values

Name

Description

RECORD_MENU_RECORD_MODE

Default menu item to Start Recording.

RECORD_MENU_TRANSLATION_SPEED

Allows camera translation speed adjustments.

RECORD_MENU_ROTATION_SPEED

Allows camera rotation speed adjustments.

RECORD_MENU_ZOOM_SPEED

Allows camera zoom speed adjustments.

RECORD_MENU_TRIM

Allows for custom offset for pitch.

RECORD_MENU_INVERT_X_AXIS

Invert the x axis.

RECORD_MENU_INVERT_Y_AXIS

Invert the x axis.

RECORD_MENU_ROLL_SMOOTHING

Setting for what to do about roll wiggle.

RECORD_MENU_PITCH_SMOOTHING

Setting for what to do about pitch wiggle.

RECORD_MENU_CAMERA_MOVEMENT_SCHEME

Camera movement scheme

RECORD_MENU_ZOOM_DISTANCE

Absolute setting for zoom distance.

NUM_RECORD_MENU_ITEMS

Remarks

Menu Settings for HUD during record mode

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