FSystemInterrogator::FindEntityFromOwner

Find an entity given the entity's owner.

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/EntitySystem/Interrogation/MovieSceneInterrogationLinker.h

Include

#include "EntitySystem/Interrogation/MovieSceneInterrogationLinker.h"

Source

/Engine/Source/Runtime/MovieSceneTracks/Private/EntitySystem/Interrogation/MovieSceneInterrogationLinker.cpp

Syntax

FMovieSceneEntityID FindEntityFromOwner
(
    FInterrogationKey InterrogationKey,
    UObject * Owner,
    uint32 EntityID
) const

Remarks

Find an entity given the entity's owner. @note Must call TrackImportedEntities(true) prior to calling ImportTrack for this function to return the correct entity

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