![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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) |
A key that uniquely identifies a specific interrogation time with a group of entities allocated within a channel
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
friend |
|
friend |
|
friend |
| FInterrogationChannel UE::MovieScene::FInterrogationKey::Channel |
The channel that the entities are allocated within
| int32 UE::MovieScene::FInterrogationKey::InterrogationIndex |
The index of the interrogation (see FSystemInterrogator::InterrogateTime, and FSystemInterrogator::InterrogationData)