Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Systems
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Systems/MovieScenePiecewiseIntegerBlenderSystem.h |
| Include | #include "Systems/MovieScenePiecewiseIntegerBlenderSystem.h" |
Syntax
struct FIntegerAccumulationBuffers
Remarks
Struct that maintains accumulation buffers for each blend type
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FIntegerBlendResult > | Absolute | ||
| TArray< FIntegerBlendResult > | Additive | ||
| TArray< FIntegerBlendResult > | AdditiveFromBase | ||
| TArray< FIntegerBlendResult > | Relative |