Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Systems
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Systems/MovieScenePiecewiseDoubleBlenderSystem.h |
| Include | #include "Systems/MovieScenePiecewiseDoubleBlenderSystem.h" |
Syntax
struct FAccumulationResult
Remarks
Structure for holding the blend results of each blend type
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FBlendResult * | Absolutes | ||
| const FBlendResult * | Additives | ||
| const FBlendResult * | AdditivesFromBase | ||
| const FBlendResult * | Relatives |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FBlendResult | GetAbsoluteResult
(
uint16 BlendID |
||
| FBlendResult | GetAdditiveFromBaseResult
(
uint16 BlendID |
||
| FBlendResult | GetAdditiveResult
(
uint16 BlendID |
||
| FBlendResult | GetRelativeResult
(
uint16 BlendID |
||
| bool | IsValid () |