FInterrogationKey

A key that uniquely identifies a specific interrogation time with a group of entities allocated within a channel

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/MovieSceneEntitySystemTypes.h"

Syntax

struct FInterrogationKey

Remarks

A key that uniquely identifies a specific interrogation time with a group of entities allocated within a channel

Variables

Name Description

Public variable

FInterrogationC...

 

Channel

The channel that the entities are allocated within

Public variable

int32

 

InterrogationIndex

The index of the interrogation (see FSystemInterrogator::InterrogateTime, and FSystemInterrogator::InterrogationData)

Constructors

Name Description

Public function

FInterrogationKey()

Public function

FInterrogationKey

(
    FInterrogationChannel InChannel,
    int32 InInterrogationIndex
)

Functions

Name Description

Public function Static

FInterrogati...

 

Default

(
    int32 InInterrogationIndex
)

Public function Const

bool

 

IsValid()

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