UMovieSceneSequence::BindPossessableObject

Called when Sequencer has created an object binding for a possessable object

Windows
MacOS
Linux

Override Hierarchy

References

Module

MovieScene

Header

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

Include

#include "MovieSceneSequence.h"

Syntax

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

Remarks

Called when Sequencer has created an object binding for a possessable object

the guid can be bound to multiple objects at once

Parameters

Parameter

Description

ObjectId

The guid used to map to the possessable object.

PossessedObject

The runtime object which was possessed.

Context

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

See Also

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