FMovieSceneParticleTrackSectionRecorderFactory::CreateSectionRecorder

Create a section recorder from this factory.

Windows
MacOS
Linux

Override Hierarchy

IMovieSceneSectionRecorderFactory::CreateSectionRecorder()

FMovieSceneParticleTrackSectionRecorderFactory::CreateSectionRecorder()

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 TSharedPtr< IMovieSceneSectionRecorder > CreateSectionRecorder
(
    const struct FActorRecordingSettings & InActorRecordingSettings
) const

Remarks

Create a section recorder from this factory.

Returns

a new property recorder, or nullptr if no recorder needs to be created given the settings

Parameters

Parameter

Description

InActorRecording

The actor recording that will be using this recorder

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