FMovieSceneSpawnableAnnotation

An annotation that's added to spawned objects from movie scene spawnables

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneSpawnableAnnotation.h"

Syntax

struct FMovieSceneSpawnableAnnotation

Remarks

An annotation that's added to spawned objects from movie scene spawnables

Variables

Name Description

Public variable

FGuid

 

ObjectBindingID

ID of the object binding that spawned the object

Public variable

TWeakObjectPtr<...

 

OriginatingSequence

Sequence that contains the object binding that spawned the object

Public variable

FMovieSceneSequ...

 

SequenceID

The sequence ID that spawned this object

Constructors

Functions

Name Description

Public function Static

void

 

Add

(
    UObject* SpawnedObject,
    const FGuid& ObjectBindingID,
    FMovieSceneSequenceID SequenceID,
    UMovieSceneSequence* InOrigina...
)

Add the annotation to the specified spawned object, allowing a back-reference to the sequence and binding ID

Public function Static

TOptional< F...

 

Find

(
    UObject* SpawnedObject
)

Attempt to find an annotation for the specified object

Public function Const

bool

 

IsDefault()

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