FInterrogationChannel

A numeric identifier used to represent a specific 'channel' within an interrogation linker.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntitySystemTypes.h

Include

#include "EntitySystem/MovieSceneEntitySystemTypes.h"

Syntax

struct FInterrogationChannel

Remarks

A numeric identifier used to represent a specific 'channel' within an interrogation linker. Interrogation channels are used to identify groupings of tracks or entities that relate to the same output (eg: a property on an object; a master track etc). See FInterrogationKey for a combination of a channel with a specific interrogation index (or time)

Constructors

Name Description

Public function

FInterrogationChannel()

Default construction to an invalid channel

Functions

Name Description

Public function Const

int32

 

AsIndex()

Get the underlying numeric representation of this channel

Public function Static

FInterrogati...

 

Default()

A default interrogation channel that can be used when interrogation is only operating on a single set of tracks

Public function Static

FInterrogati...

 

First()

Retrieve the first allocatable channel when dealing with multiple groupings of tracks

Public function Static

FInterrogati...

 

FromIndex

(
    int32 InIndex
)

Make a channel from an index known to already relate to a valid channel

Public function Static

FInterrogati...

 

Invalid()

An invalid channel. Should only be used for comparison.

Public function Const

bool

 

IsValid()

Check whether this channel is valid

Public function Static

FInterrogati...

 

Last()

Retrieve the last allocatable channel when dealing with multiple groupings of tracks

Operators

Name Description

Public function Const

 

operator bool()

Check whether this channel is valid

Public function

FInterrogati...

 

operator++()

Get the next channel after this one

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