FSystemInterrogator::QueryPropertyValues

Query the computed value of an animated property.

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

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

Include

#include "EntitySystem/Interrogation/MovieSceneInterrogationLinker.h"

Syntax

template<typename PropertyTraits>
void QueryPropertyValues
(
    const TPropertyComponents< PropertyTraits > & InPropertyComponents,
    TArray< typename PropertyTraits::StorageType > & OutValues
)

Remarks

Query the computed value of an animated property.

See the other QueryPropertyValues method description.

Parameters

Parameter

Description

InPropertyComponent

The type of property being animated on the default channel.

OutValues

The animated values, one for each interrogation time.

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