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,
    FInterrogationChannel InChannel,
    TArray< typename PropertyTraits::StorageType > & OutValues
)

Remarks

Query the computed value of an animated property.

All the tracks imported on the given channel are expected to be animating a property of the type described by the InPropertyComponents parameter.

Parameters

Parameter

Description

InPropertyComponent

The type of property being animated on the given channel.

InChannel

The channel on which the property is being animated.

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