Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > FMovieSceneSpawnable
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneSpawnable.h |
Include | #include "MovieSceneSpawnable.h" |
void SetGuid
&40;
const FGuid & InGuid
&41;
Remarks
Set the unique identifier of this spawnable object
Be careful - this guid may be referenced by spawnable/possessable child-parent relationships.
Parameters
Name | Description |
---|---|
InGuid | The new GUID for this spawnable |