FSystemInterrogator::QueryLocalSpaceTransforms

Query a specific set of channels for their local space transforms as defined by set bits within ChannelsToQuery

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/EntitySystem/Interrogation/MovieSceneInterrogationLinker.h

Include

#include "EntitySystem/Interrogation/MovieSceneInterrogationLinker.h"

Source

/Engine/Source/Runtime/MovieSceneTracks/Private/EntitySystem/Interrogation/MovieSceneInterrogationLinker.cpp

Syntax

void QueryLocalSpaceTransforms
(
    const TBitArray<> & ChannelsToQuery,
    TSparseArray< TArray< FIntermediate3DTransform >> & OutTransformsByChannel
)

Remarks

Query a specific set of channels for their local space transforms as defined by set bits within ChannelsToQuery

Parameters

Parameter

Description

ChannelsToQuery

Bit array containing set bits for each channel to query

OutTransformsByChannel

Sparse array to receive transforms allocated by their Channel index

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss