FSystemInterrogator::ImportTrack

Import a track into this linker.

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

void ImportTrack
(
    UMovieSceneTrack * Track,
    FInterrogationChannel InChannel
)

Remarks

Import a track into this linker. This will add the track to the linker's evaluation field and cause entities to be created for it at each interrogation channel (if it is relevant at such times) Must be called before InterrogateTime() and Update().

Parameters

Parameter

Description

Track

The track to import

InChannel

The channel to import this track onto. FInterrogationChannel::Default() can be used if this interrogator is only being used for a single output.

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