ULevelSequence::UnbindInvalidObjects

Unbinds specific objects from the provided GUID that do not resolve

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UMovieSceneSequence::UnbindInvalidObjects()

ULevelSequence::UnbindInvalidObjects()

References

Module

LevelSequence

Header

/Engine/Source/Runtime/LevelSequence/Public/LevelSequence.h

Include

#include "LevelSequence.h"

Source

/Engine/Source/Runtime/LevelSequence/Private/LevelSequence.cpp

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)