IMovieSceneSectionRecorder::InvalidateObjectToRecord

Added to deal with actor pooling implementations.

Windows
MacOS
Linux

References

Module

SequenceRecorder

Header

/Engine/Source/Editor/SequenceRecorder/Public/IMovieSceneSectionRecorder.h

Include

#include "IMovieSceneSectionRecorder.h"

Syntax

void InvalidateObjectToRecord()

Remarks

Added to deal with actor pooling implementations. Usually a recorder would track a weak ptr to the object to record and no longer record if the object became invalid. This function allows pooling implementations that do not necessarily destroy objects to deal with stopping recording correctly. Usually it is enough to invalidate the object that this recorder is recording, hence the function name.

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