Navigation
API > API/Editor > API/Editor/SequenceRecorder > API/Editor/SequenceRecorder/IMovieSceneSectionRecorderFactor-
Description
Check whether an object can be recorded by this section recorder. If so then the actor recorder will call CreateSectionRecorder() to acquire a new instance to use in recording.
| Name | CanRecordObject |
| Type | function |
| Header File | /Engine/Source/Editor/SequenceRecorder/Public/IMovieSceneSectionRecorderFactory.h |
| Include Path | #include "IMovieSceneSectionRecorderFactory.h" |
bool CanRecordObject
(
class UObject * InObjectToRecord
) const
true if the object can be recorded by this recorder
Parameters
| Name | Remarks |
|---|---|
| InObjectToRecord | The object to check |