FParticleTransformTrack::Evaluate

Evaluates the transform track at the specified time, returning the evaluated transform.

Windows
MacOS
Linux

References

Module

ChaosCaching

Header

/Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/ChaosCache.h

Include

#include "Chaos/ChaosCache.h"

Source

/Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Private/Chaos/ChaosCache.cpp

Syntax

FTransform Evaluate
(
    float InCacheTime
) const

Remarks

Evaluates the transform track at the specified time, returning the evaluated transform. When in between keys translations will be linearly interpolated and rotations spherically interpolated

Parameters

Parameter

Description

InCacheTime

Absolute time from the beginning of the entire owning cache to evaluate.

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