FInstanceRegistry::FindRelatedInstanceHandle

Finds a (sub)sequence with the given ID somewhere in the hierarchy of the given reference instance

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneInstanceRegistry.h

Include

#include "EntitySystem/MovieSceneInstanceRegistry.h"

Source

/Engine/Source/Runtime/MovieScene/Private/EntitySystem/MovieSceneInstanceRegistry.cpp

Syntax

FInstanceHandle FindRelatedInstanceHandle
(
    FInstanceHandle InstanceHandle,
    FMovieSceneSequenceID SequenceID
) const

Remarks

Finds a (sub)sequence with the given ID somewhere in the hierarchy of the given reference instance

This method will look up the hierarchy root from the given instance handle, and then look for the appropriate sub-instance with the given sequence ID.

Parameters

Parameter

Description

InstanceHandle

The reference instance handle used to locate the relevant sequence hierarchy to explore. Does not have to be a root instance.

SequenceID

An absolute (accumulated) sequence ID to look for in the hierarchy.

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