Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/EntitySystem > API/Runtime/MovieSceneTracks/EntitySystem/Interrogation > API/Runtime/MovieSceneTracks/EntitySystem/Interrogation/FSystemInterrogator
| Type | Name | Description | |
|---|---|---|---|
| void | QueryWorldSpaceTransforms
(
TSparseArray< TArray< FTransform >>& OutTransformsByChannel |
Query all world space transforms, even including channels that do not have any variable track data | |
| void | QueryWorldSpaceTransforms
(
USceneComponent* SceneComponent, |
Query world space transforms for a component | |
| void | QueryWorldSpaceTransforms
(
FInterrogationChannel InChannel, |
Query world space transforms for a channel | |
| void | QueryWorldSpaceTransforms
(
const TBitArray<>& ChannelsToQuery, |
Query a specific set of channels for their world space transforms as defined by set bits within ChannelsToQuery |