FMovieSceneSpawnable::SetGuid

Set the unique identifier of this spawnable object

Choose your operating system:

Windows

macOS

Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneSpawnable.h"

Syntax

void SetGuid
(
    const FGuid & InGuid
)

Remarks

Set the unique identifier of this spawnable object

Parameters

Parameter

Description

InGuid

The new GUID for this spawnable @note Be careful - this guid may be referenced by spawnable/possessable child-parent relationships.

See Also