ULevelSequence::GatherExpiredObjects

Called to validate the specified object cache by removing anything that should be deemed out of date

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

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

Syntax

virtual void GatherExpiredObjects
(
    const FMovieSceneObjectCache & InObjectCache,
    TArray< FGuid > & OutInvalidIDs
) const

Remarks

Called to validate the specified object cache by removing anything that should be deemed out of date

Parameters

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