Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/FSystemInterrogator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ImportTracks
(
TArrayView< UMovieSceneTrack*const > Tracks, |
Import multiple tracks into this linker. See ImporTrack above. | EntitySystem/Interrogation/MovieSceneInterrogationLinker.h | |
void ImportTracks
(
TArrayView< UMovieSceneTrack*const > Tracks, |
Import multiple tracks into this linker. See ImporTrack above. | EntitySystem/Interrogation/MovieSceneInterrogationLinker.h |
ImportTracks(TArrayView< UMovieSceneTrack *const >, FInterrogationChannel)
Description
Import multiple tracks into this linker. See ImporTrack above.
| Name | ImportTracks |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/EntitySystem/Interrogation/MovieSceneInterrogationLinker.h |
| Include Path | #include "EntitySystem/Interrogation/MovieSceneInterrogationLinker.h" |
void ImportTracks
(
TArrayView < UMovieSceneTrack *const > Tracks,
FInterrogationChannel InChannel
)
ImportTracks(TArrayView< UMovieSceneTrack *const >, const FGuid &, FInterrogationChannel)
Description
Import multiple tracks into this linker. See ImporTrack above.
| Name | ImportTracks |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/EntitySystem/Interrogation/MovieSceneInterrogationLinker.h |
| Include Path | #include "EntitySystem/Interrogation/MovieSceneInterrogationLinker.h" |
void ImportTracks
(
TArrayView < UMovieSceneTrack *const > Tracks,
const FGuid & ObjectBindingID,
FInterrogationChannel InChannel
)