MatineeConstants::ERecordingState::Type

The state of recording new Matinee Tracks

Windows
MacOS
Linux

References

Module

Matinee

Header

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

Include

#include "MatineeConstants.h"

Syntax

namespace MatineeConstants
{
    namespace ERecordingState
    {
        enum Type
        {
            RECORDING_GET_READY_PAUSE,
            RECORDING_ACTIVE,
            RECORDING_COMPLETE,
            NUM_RECORDING_STATES,
        }
    }
}

Values

Name

Description

RECORDING_GET_READY_PAUSE

RECORDING_ACTIVE

RECORDING_COMPLETE

NUM_RECORDING_STATES

Remarks

The state of recording new Matinee Tracks

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