IMovieScenePlaybackClient::RetrieveBindingOverrides

Locate bound objects that relate to the specified binding ID

Windows
MacOS
Linux

Override Hierarchy

References

Module

MovieScene

Header

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

Include

#include "IMovieScenePlaybackClient.h"

Syntax

bool RetrieveBindingOverrides
(
    const FGuid & InBindingId,
    FMovieSceneSequenceID InSequenceID,
    TArray< UObject *, TInlineAllocator< 1 >> & OutObjects
) const

Remarks

Locate bound objects that relate to the specified binding ID

Returns

true to prevent default lookup of the binding in the sequence itself, else false

Parameters

Parameter

Description

InBindingId

The GUID of the object binding in the movie scene

OutObjects

Array to populate with 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