FSystemInterrogator::QueryWorldSpaceTransforms

Query world space transforms for a component

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 QueryWorldSpaceTransforms
(
    USceneComponent * SceneComponent,
    TArray< FTransform > & OutTransforms
)

Remarks

Query world space transforms for a component

Parameters

Parameter

Description

SceneComponent

The scene component to query

OutTransforms

Array to output transforms into, one per Interrogation

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