ULevelSequence::GatherExpiredObjects

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

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss