Choose your operating system:
Windows
macOS
Linux
| UMovieSceneSequence::GatherExpiredObjects()
|
Module |
|
Header |
/Engine/Source/Runtime/LevelSequence/Public/LevelSequence.h |
Include |
#include "LevelSequence.h" |
Source |
/Engine/Source/Runtime/LevelSequence/Private/LevelSequence.cpp |
virtual void GatherExpiredObjects
(
const FMovieSceneObjectCache & InObjectCache,
TArray< FGuid > & OutInvalidIDs
) const
Called to validate the specified object cache by removing anything that should be deemed out of date
Parameter |
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 |