FMovieSceneParticleTrackSectionRecorderFactory::CanRecordObject

Check whether an object can be recorded by this section recorder.

Windows
MacOS
Linux

Override Hierarchy

IMovieSceneSectionRecorderFactory::CanRecordObject()

FMovieSceneParticleTrackSectionRecorderFactory::CanRecordObject()

References

Module

SequenceRecorderSections

Header

/Engine/Source/Editor/SequenceRecorderSections/Public/MovieSceneParticleTrackSectionRecorder.h

Include

#include "MovieSceneParticleTrackSectionRecorder.h"

Source

/Engine/Source/Editor/SequenceRecorderSections/Private/MovieSceneParticleTrackSectionRecorder.cpp

Syntax

virtual bool CanRecordObject
(
    class UObject * InObjectToRecord
) const

Remarks

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.

Returns

true if the object can be recorded by this recorder

Parameters

Parameter

Description

InObjectToRecord

The object to check

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