Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/FSystemInterrogator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void QueryLocalSpaceTransforms
(
TSparseArray< TArray< FIntermediate3DTransform > >& OutTransformsByChannel |
Query all local space transforms, even including channels that do not have any variable track data | EntitySystem/Interrogation/MovieSceneInterrogationLinker.h | |
void QueryLocalSpaceTransforms
(
USceneComponent* SceneComponent, |
Query local space transforms | EntitySystem/Interrogation/MovieSceneInterrogationLinker.h | |
void QueryLocalSpaceTransforms
(
FInterrogationChannel InChannel, |
Query local space transforms | EntitySystem/Interrogation/MovieSceneInterrogationLinker.h | |
void QueryLocalSpaceTransforms
(
const TBitArray<>& ChannelsToQuery, |
Query a specific set of channels for their local space transforms as defined by set bits within ChannelsToQuery | EntitySystem/Interrogation/MovieSceneInterrogationLinker.h |
QueryLocalSpaceTransforms(TSparseArray< TArray< FIntermediate3DTransform > > &)
Description
Query all local space transforms, even including channels that do not have any variable track data
| Name | QueryLocalSpaceTransforms |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/EntitySystem/Interrogation/MovieSceneInterrogationLinker.h |
| Include Path | #include "EntitySystem/Interrogation/MovieSceneInterrogationLinker.h" |
void QueryLocalSpaceTransforms
(
TSparseArray < TArray < FIntermediate3DTransform > > & OutTransformsByChannel
) const
Parameters
| Name | Remarks |
|---|---|
| OutTransformsByChannel | Sparse array to receive transforms allocated by their Channel index |
QueryLocalSpaceTransforms(USceneComponent *, TArray< FIntermediate3DTransform > &)
Description
Query local space transforms
| Name | QueryLocalSpaceTransforms |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/EntitySystem/Interrogation/MovieSceneInterrogationLinker.h |
| Include Path | #include "EntitySystem/Interrogation/MovieSceneInterrogationLinker.h" |
void QueryLocalSpaceTransforms
(
USceneComponent * SceneComponent,
TArray < FIntermediate3DTransform > & OutTransforms
) const
Parameters
| Name | Remarks |
|---|---|
| SceneComponent | The scene component to query |
| OutTransforms | Array to output transforms into, one per Interrogation |
QueryLocalSpaceTransforms(FInterrogationChannel, TArray< FIntermediate3DTransform > &)
Description
Query local space transforms
| Name | QueryLocalSpaceTransforms |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/EntitySystem/Interrogation/MovieSceneInterrogationLinker.h |
| Include Path | #include "EntitySystem/Interrogation/MovieSceneInterrogationLinker.h" |
void QueryLocalSpaceTransforms
(
FInterrogationChannel InChannel,
TArray < FIntermediate3DTransform > & OutTransforms
) const
Parameters
| Name | Remarks |
|---|---|
| InChannel | The channel to query |
| OutTransforms | Array to output transforms into, one per Interrogation |
QueryLocalSpaceTransforms(const TBitArray<> &, TSparseArray< TArray< FIntermediate3DTransform > > &)
Description
Query a specific set of channels for their local space transforms as defined by set bits within ChannelsToQuery
| Name | QueryLocalSpaceTransforms |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/EntitySystem/Interrogation/MovieSceneInterrogationLinker.h |
| Include Path | #include "EntitySystem/Interrogation/MovieSceneInterrogationLinker.h" |
void QueryLocalSpaceTransforms
(
const TBitArray <> & ChannelsToQuery,
TSparseArray < TArray < FIntermediate3DTransform > > & OutTransformsByChannel
) const
Parameters
| Name | Remarks |
|---|---|
| ChannelsToQuery | Bit array containing set bits for each channel to query |
| OutTransformsByChannel | Sparse array to receive transforms allocated by their Channel index |