Navigation
API > API/Editor > API/Editor/SequenceRecorder > API/Editor/SequenceRecorder/ISequenceRecorder
Description
Notify we should start recording an actor - usually used for 'actor pooling' implementations to simulate spawning. Has no effect when recording is not in progress.
| Name | NotifyActorStartRecording |
| Type | function |
| Header File | /Engine/Source/Editor/SequenceRecorder/Public/ISequenceRecorder.h |
| Include Path | #include "ISequenceRecorder.h" |
void NotifyActorStartRecording
(
AActor * Actor
)
Parameters
| Name | Remarks |
|---|---|
| Actor | The actor that was 'spawned' |