Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem > API/Runtime/MovieScene/EntitySystem/FEntityManager
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntityManager.h |
| Include | #include "EntitySystem/MovieSceneEntityManager.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/EntitySystem/MovieSceneEntityManager.cpp |
FMovieSceneEntityID DuplicateEntity
&40;
FMovieSceneEntityID InOther
&41;
Remarks
Duplicate an entity, by creating an exact copy with a new ID An ID to a new entity that has exactly the same combination and value of components as InOther
Parameters
| Name | Description |
|---|---|
| InOther | The ID of the entity to duplicate |