Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > EntitySystem > Interrogation > FSystemInterrogator
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 |
FInterrogationChannel ImportTransformHierarchy
&40;
USceneComponent &42; SceneComponent,
IMovieScenePlayer &42; InPlayer,
FMovieSceneSequenceID SequenceID
&41;
Remarks
Import the entire transform hierarchy for the specified component, including all attached parents and tracks relating to them. The channel that was either pre-existing or allocated for SceneComponent
Parameters
Name | Description |
---|---|
SceneComponent | The scene component to import. A new channel will be allocated for this if one does not already exist. |
InPlayer | The player interface to use for looking up object binding IDs pertaining to scene components or actors |
SequenceID | The current sequence ID for the interrogation |