QueryWorldSpaceTransforms

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

QueryWorldSpaceTransforms

(
    TSparseArray< TArray< FTransform >>...
)

Query all world space transforms, even including channels that do not have any variable track data

Public function

void

 

QueryWorldSpaceTransforms

(
    USceneComponent* SceneComponen...,
    TArray< FTransform >& OutTransform...
)

Query world space transforms for a component

Public function

void

 

QueryWorldSpaceTransforms

(
    FInterrogationChannel InChannel,
    TArray< FTransform >& OutTransform...
)

Query world space transforms for a channel

Public function

void

 

QueryWorldSpaceTransforms

(
    const TBitArray<>& ChannelsToQuery,
    TSparseArray< TArray< FTransform >>...
)

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

Private function

void

 

QueryWorldSpaceTransforms

(
    const TBitArray<>& ChannelsToQuery,
    GetOutputForChannelType&& OnGetOut...
)

Query implementation functions

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