UMovieScene::FindBinding

Tries to find an [FMovieSceneBinding](API\Runtime\MovieScene\FMovieSceneBinding) for the specified Guid.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieScene.h"

Syntax

FMovieSceneBinding * FindBinding
(
    const FGuid & ForGuid
)

Remarks

Tries to find an FMovieSceneBinding for the specified Guid.

Returns

Pointer to the binding, otherwise nullptr.

Parameters

Parameter

Description

ForGuid

The binding's Guid to look for.

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