Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/FInterrogationChannels
Description
Called to activate the specified channel. Inactive channels will only ever use their object's current value.
| Name | ActivateChannel |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/EntitySystem/Interrogation/MovieSceneInterrogationLinker.h |
| Include Path | #include "EntitySystem/Interrogation/MovieSceneInterrogationLinker.h" |
| Source | /Engine/Source/Runtime/MovieSceneTracks/Private/EntitySystem/Interrogation/MovieSceneInterrogationLinker.cpp |
void ActivateChannel
(
FInterrogationChannel InChannel
)
Parameters
| Name | Remarks |
|---|---|
| InChannel | The channel to activate |