Navigation
API > API/Editor > API/Editor/SequenceRecorderSections
| Name | FMovieScene3DAttachSectionRecorder |
| Type | class |
| Header File | /Engine/Source/Editor/SequenceRecorderSections/Public/MovieScene3DAttachSectionRecorder.h |
| Include Path | #include "MovieScene3DAttachSectionRecorder.h" |
Syntax
class FMovieScene3DAttachSectionRecorder : public IMovieSceneSectionRecorder
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMovieScene3DAttachSectionRecorder() |
MovieScene3DAttachSectionRecorder.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActorAttachedTo | TLazyObjectPtr< class AActor > | Track the actor we are attached to | MovieScene3DAttachSectionRecorder.h | |
| ActorToRecord | TLazyObjectPtr< class AActor > | Object to record from | MovieScene3DAttachSectionRecorder.h | |
| AttachTrack | TWeakObjectPtr< class UMovieScene3DAttachTrack > | Track we are recording to | MovieScene3DAttachSectionRecorder.h | |
| MovieScene | TWeakObjectPtr< class UMovieScene > | Movie scene we are recording to | MovieScene3DAttachSectionRecorder.h | |
| MovieSceneSection | TWeakObjectPtr< class UMovieScene3DAttachSection > | Section to record to | MovieScene3DAttachSectionRecorder.h | |
| ObjectGuid | FGuid | Identifier of the object we are recording | MovieScene3DAttachSectionRecorder.h | |
| TimecodeSource | FMovieSceneTimecodeSource | The timecode source at the beginning of recording | MovieScene3DAttachSectionRecorder.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CreateSection
(
UObject* InObjectToRecord, |
MovieScene3DAttachSectionRecorder.h | ||
virtual void FinalizeSection
(
float CurrentTime |
MovieScene3DAttachSectionRecorder.h | ||
virtual UObject * GetSourceObject() |
MovieScene3DAttachSectionRecorder.h | ||
virtual void InvalidateObjectToRecord() |
MovieScene3DAttachSectionRecorder.h | ||
virtual void Record
(
float CurrentTime |
MovieScene3DAttachSectionRecorder.h |