Navigation
API > API/Editor > API/Editor/SequenceRecorder
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USequenceRecordingBase
- UActorRecording
References
| Module | SequenceRecorder |
| Header | /Engine/Source/Editor/SequenceRecorder/Public/SequenceRecordingBase.h |
| Include | #include "SequenceRecordingBase.h" |
Syntax
class USequenceRecordingBase : public UObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| UObject * | Get the item to record. | ||
| bool | IsActive () |
Get the item to record. | |
| bool | IsRecording () |
Whether we are currently recording | |
| bool | StartRecording
(
ULevelSequence* CurrentSequence, |
Start this queued recording. Sequence can be nullptr | |
| bool | StopRecording
(
ULevelSequence* CurrentSequence, |
Stop this recording. Has no effect if we are not currently recording. Sequence can be nullptr | |
| void | Tick
(
ULevelSequence* CurrentSequence, |
Tick this recording |