Navigation
API > API/Runtime > API/Runtime/LevelSequence > API/Runtime/LevelSequence/ULevelSequence
- UMovieSceneSequence::GatherExpiredObjects()
- ULevelSequence::GatherExpiredObjects()
References
| Module | LevelSequence |
| Header | /Engine/Source/Runtime/LevelSequence/Public/LevelSequence.h |
| Include | #include "LevelSequence.h" |
| Source | /Engine/Source/Runtime/LevelSequence/Private/LevelSequence.cpp |
virtual void GatherExpiredObjects
&40;
const FMovieSceneObjectCache & InObjectCache,
TArray< FGuid > & OutInvalidIDs
&41; const
Remarks
Called to validate the specified object cache by removing anything that should be deemed out of date
Parameters
| Name | Description |
|---|---|
| InObjectCache | The object cache container that contains all the objects currently animated by this sequence |
| OutInvalidIDs | (Out) Array to populate with any object bindings that should be invalidated |