Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem > API/Runtime/MovieScene/EntitySystem/FEntityManager > API/Runtime/MovieScene/EntitySystem/FEntityManager/RemoveComponents
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 RemoveComponents
&40;
FMovieSceneEntityID EntityID,
const FComponentMask & ComponentsToRemove
&41;
Remarks
Remove the specified components from an entity, if they exist.
Parameters
Name | Description |
---|---|
EntityID | The ID of the entity to remove the components from |
ComponentsToRemove | A mask constituting the components that should be removed (set bits indicate components to add) |