FFixedObjectBindingID::ConvertToRelative

Convert this fixed binding ID to one that is resolved relative to the specified Sequence.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneObjectBindingID.h"

Source

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

Syntax

FRelativeObjectBindingID ConvertToRelative
(
    FMovieSceneSequenceID SourceSequenceID,
    IMovieScenePlayer & InPlayer
) const

Remarks

Convert this fixed binding ID to one that is resolved relative to the specified Sequence.

Returns

A new binding ID that will resolve relative to the specified sequence

Parameters

Parameter

Description

SourceSequenceID

The sequence ID to make this fixed ID relative to

InPlayer

The active movie scene player to retrieve a master sequence hierarchy from

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