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,
    const FMovieSceneSequenceHierarchy * Hierarchy
) 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

Hierarchy

The hierarchy that represents the master sequence that SourceSequenceID is contained within

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