FEntityLedger::CleanupLinkerEntities

Remove linker entity IDs that exist in the specified set since they are no longer valid

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntityLedger.h

Include

#include "EntitySystem/MovieSceneEntityLedger.h"

Source

/Engine/Source/Runtime/MovieScene/Private/EntitySystem/MovieSceneEntityLedger.cpp

Syntax

void CleanupLinkerEntities
(
    const TSet< FMovieSceneEntityID > & LinkerEntities
)

Remarks

Remove linker entity IDs that exist in the specified set since they are no longer valid

Parameters

Parameter

Description

LinkerEntities

Set of entity IDs that have been destroyed

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