ULevelSequence::UnbindPossessableObjects

Unbinds all possessable objects from the provided GUID.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

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 UnbindPossessableObjects
(
    const FGuid & ObjectId
)

Remarks

Unbinds all possessable objects from the provided GUID.

Parameters

Parameter

Description

ObjectId

The guid bound to possessable objects that should be removed.

See Also