UMovieSceneSequence::FindPossessableObjectId

Attempt to find the guid relating to the specified object

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneSequence.h"

Source

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

Syntax

FGuid FindPossessableObjectId
(
    UObject & Object,
    UObject * Context
) const

Remarks

Attempt to find the guid relating to the specified object

Returns

The object's guid, or zero guid if the object is not a valid possessable in the current context

Parameters

Parameter

Description

ObjectId

The unique identifier of the object.

Context

Optional context to use to find the required object (for instance, a parent spawnable object or its world)

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