FMovieSceneSpawnRegister::PreDestroyObject

Called right before a spawned object with the specified ID and template ID is destroyed

Windows
MacOS
Linux

Override Hierarchy

FMovieSceneSpawnRegister::PreDestroyObject()

FLevelSequenceEditorSpawnRegister::PreDestroyObject()

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneSpawnRegister.h

Include

#include "MovieSceneSpawnRegister.h"

Syntax

virtual void PreDestroyObject
(
    UObject & Object,
    const FGuid & BindingId,
    FMovieSceneSequenceIDRef TemplateID
)

Remarks

Called right before a spawned object with the specified ID and template ID is destroyed

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