Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/EntitySystem > API/Runtime/MovieSceneTracks/EntitySystem/Interrogation > API/Runtime/MovieSceneTracks/EntitySystem/Interrogation/FInterrogationChannels
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/EntitySystem/Interrogation/MovieSceneInterrogationLinker.h |
| Include | #include "EntitySystem/Interrogation/MovieSceneInterrogationLinker.h" |
FInterrogationChannel AllocateUnboundChannel
(
FInterrogationChannel ParentChannel,
const FTransform & CurrentValueLocalSpace
)
Remarks
Allocate a new channel for a set of transform tracks that isn't bound to any particular object (but can still exist within a hierarchy) A new interrogation channel that can be passed to ImportUnboundTrack
Parameters
| Name | Description |
|---|---|
| ParentChannel | The channel that should be considered this channel's parent, or FInterrogationChannel::Invalid if there is none |
| CurrentValue | A value to use if this channel has now animated data after the interrogation |