Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > EntitySystem > Interrogation > FSystemInterrogator > QueryWorldSpaceTransforms
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/EntitySystem/Interrogation/MovieSceneInterrogationLinker.h |
Include | #include "EntitySystem/Interrogation/MovieSceneInterrogationLinker.h" |
void QueryWorldSpaceTransforms
&40;
TSparseArray< TArray< FTransform >> & OutTransformsByChannel
&41; const
Remarks
Query all world space transforms, even including channels that do not have any variable track data
Parameters
Name | Description |
---|---|
OutTransformsByChannel | Sparse array to receive transforms allocated by their Channel index |