Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneSequenceWeights.h |
| Include | #include "Evaluation/MovieSceneSequenceWeights.h" |
Syntax
class FSequenceWeights
Remarks
Container class for keeping track of externally created entities for providing dynamic sequence weights
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSequenceWeights
(
UMovieSceneEntitySystemLinker* InLinker, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | RemoveWeight
(
FMovieSceneSequenceID InSequenceID |
Remove a previously allocated weight for the specified sequence ID | |
| void | SetWeight
(
FMovieSceneSequenceID InSequenceID, |
Set the weight of the specifieid sequence ID by creating a new HierarchicalEasingProvider entity and assigning its weight | |
| void | SetWeights
(
const TSortedMap< FMovieSceneSequenceID, double >& Weights |
Set the weights of the specifieid sequence IDs by creating new HierarchicalEasingProvider entities and assigning their weights |