UMovieSceneSequence::UnbindInvalidObjects

Unbinds specific objects from the provided GUID that do not resolve

Windows
MacOS
Linux

Override Hierarchy

References

Module

MovieScene

Header

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

Include

#include "MovieSceneSequence.h"

Syntax

virtual void UnbindInvalidObjects
(
    const FGuid & ObjectId,
    UObject * Context
)

Remarks

Unbinds specific objects from the provided GUID that do not resolve

Parameters

Parameter

Description

ObjectId

The guid bound to possessable objects that should be removed.

Context

Optional context required to bind the specified object (for instance, a parent spawnable object)

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