![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneMutualComponentInclusivity.h>
Public Member Functions | |
| MOVIESCENE_API void | Execute (const FEntityRange &Range, const FEntityAllocationWriteContext &WriteContext) const |
| void | Add (IMutualComponentInitializer *InitializerToAdd) |
| void | Reset () |
Container for keeping track of which initializers need to be run for a given call to FMutualInclusivityGraphCommandBuffer::ComputeMutuallyInclusiveComponents
| void UE::MovieScene::FMutualComponentInitializers::Add | ( | IMutualComponentInitializer * | InitializerToAdd | ) |
Add a new initializer to this cache
| void UE::MovieScene::FMutualComponentInitializers::Execute | ( | const FEntityRange & | Range, |
| const FEntityAllocationWriteContext & | WriteContext | ||
| ) | const |
Run the mutual initializers over the specified entity range
| void UE::MovieScene::FMutualComponentInitializers::Reset | ( | ) |
Reset this container. Will not free memory.