Navigation
Unreal Engine C++ API Reference > 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 |
void FilterComponents
&40;
FMovieSceneEntityID EntityID,
const FComponentMask & EntitiesToKeep
&41;
Remarks
Remove all but the specified components from an entity.
Parameters
Name | Description |
---|---|
EntityID | The ID of the entity to remove the components from |
EntitiesToKeep | A mask constituting the components that should be kept on the entity |