UMovieScene::AddPossessable

Adds an existing possessable to this movie scene.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieScene.h"

Source

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

Syntax

void AddPossessable
(
    const FMovieScenePossessable & InNewPossessable,
    const FMovieSceneBinding & InNewBinding
)

Remarks

Adds an existing possessable to this movie scene.

Parameters

Parameter

Description

InNewPossessable

The posssesable to add.

InNewBinding

The object binding to add.

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