FEntityLedger::ImportEntity

Indicate that the specified field entity is currently being evaluated

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 ImportEntity
(
    UMovieSceneEntitySystemLinker * Linker,
    const FEntityImportSequenceParams & ImportParams,
    const FMovieSceneEntityComponentField * EntityField,
    const FMovieSceneEvaluationFieldEntityQuery & Query
)

Remarks

Indicate that the specified field entity is currently being evaluated

Parameters

Parameter

Description

Linker

The linker To import into

InstanceHandle

A handle to the sequence instance that the entity relates to (relating to Linker->GetInstanceRegistry())

Entity

The field entity that is being imported

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