![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneEntityBuilder.h>
Public Member Functions | |
| FTypelessMutation & | Add (std::initializer_list< FComponentTypeID > TypeIDs) |
| FTypelessMutation & | Remove (std::initializer_list< FComponentTypeID > TypeIDs) |
| FTypelessMutation & | RemoveAll () |
| FComponentMask | MutateType (const FComponentMask &Current) const |
Public Attributes | |
| FComponentMask | AddMask |
| FComponentMask | RemoveMask |
| bool | bRemoveAll = false |
Specifies a mask of components to add and remove from an entity
|
inline |
Direct this mutation to add the specified component types to an entity
|
inline |
Combine our masks into the specified pre-existing mask
|
inline |
Direct this mutation to remove the specified component types to an entity
|
inline |
Direct this mutation to remove all components from the entity
| FComponentMask UE::MovieScene::FTypelessMutation::AddMask |
| FComponentMask UE::MovieScene::FTypelessMutation::RemoveMask |