UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::MovieScene::FInterrogationKey Struct Reference

#include <MovieSceneEntitySystemTypes.h>

Public Member Functions

 FInterrogationKey ()
 
 FInterrogationKey (FInterrogationChannel InChannel, int32 InInterrogationIndex)
 
bool IsValid () const
 

Static Public Member Functions

static FInterrogationKey Default (int32 InInterrogationIndex=0)
 

Public Attributes

FInterrogationChannel Channel
 
int32 InterrogationIndex
 

Friends

uint32 GetTypeHash (const FInterrogationKey &In)
 
bool operator== (const FInterrogationKey &A, const FInterrogationKey &B)
 
bool operator!= (const FInterrogationKey &A, const FInterrogationKey &B)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FInterrogationKey() [1/2]

UE::MovieScene::FInterrogationKey::FInterrogationKey ( )
inline

◆ FInterrogationKey() [2/2]

UE::MovieScene::FInterrogationKey::FInterrogationKey ( FInterrogationChannel  InChannel,
int32  InInterrogationIndex 
)
inline

Member Function Documentation

◆ Default()

static FInterrogationKey UE::MovieScene::FInterrogationKey::Default ( int32  InInterrogationIndex = 0)
inlinestatic

◆ IsValid()

bool UE::MovieScene::FInterrogationKey::IsValid ( ) const
inline

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FInterrogationKey In)
friend

◆ operator!=

bool operator!= ( const FInterrogationKey A,
const FInterrogationKey B 
)
friend

◆ operator==

bool operator== ( const FInterrogationKey A,
const FInterrogationKey B 
)
friend

Member Data Documentation

◆ Channel

FInterrogationChannel UE::MovieScene::FInterrogationKey::Channel

The channel that the entities are allocated within

◆ InterrogationIndex

int32 UE::MovieScene::FInterrogationKey::InterrogationIndex

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


The documentation for this struct was generated from the following file: