UMovieSceneSequencePlayer::ResolveBoundObjects

Resolve objects bound to the specified binding ID

Windows
MacOS
Linux

Override Hierarchy

References

Module

MovieScene

Header

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

Include

#include "MovieSceneSequencePlayer.h"

Source

/Engine/Source/Runtime/MovieScene/Private/MovieSceneSequencePlayer.cpp

Syntax

virtual void ResolveBoundObjects
(
    const FGuid & InBindingId,
    FMovieSceneSequenceID SequenceID,
    UMovieSceneSequence & Sequence,
    UObject * ResolutionContext,
    TArray< UObject *, TInlineAllocator< 1 >> & OutObjects
) const

Remarks

Resolve objects bound to the specified binding ID

Parameters

Parameter

Description

InBindingId

The ID relating to the object(s) to resolve

OutObjects

Container to populate with the bound objects

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