FMovieSceneObjectCache::FilterObjectBindings

Filter all the object bindings in this object cache that contain the specified predicate object

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

void FilterObjectBindings
(
    UObject * PredicateObject,
    IMovieScenePlayer & Player,
    TArray< FMovieSceneObjectBindingID > * OutBindings
)

Remarks

Filter all the object bindings in this object cache that contain the specified predicate object

Parameters

Parameter

Description

PredicateObject

The object to filter by. Any bindings referencing this object will be added to the output array.

Player

The movie scene player that is playing back the sequence

OutBindings

(mandatory) Array to populate with bindings that relate to the object

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