FMovieSceneObjectCache::FindBoundObjects

Find all objects that are bound to the specified binding ID @note Will look up, and cache any objects if the cache has been invalidated

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationState.h

Include

#include "Evaluation/MovieSceneEvaluationState.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Evaluation/MovieSceneEvaluationState.cpp

Syntax

TArrayView< TWeakObjectPtr<> > FindBoundObjects
(
    const FGuid & InBindingID,
    IMovieScenePlayer & Player
)

Remarks

Find all objects that are bound to the specified binding ID @note Will look up, and cache any objects if the cache has been invalidated

Returns

An iterable type of all objects bound to the specified ID.

Parameters

Parameter

Description

InBindingID

The object binding GUID for a spawnable or posessable in a UMovieScene

Player

The movie scene player that is playing back the sequence

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