FCompressedRichCurve::StaticEval

Evaluate this rich curve at the specified time

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Curves/RichCurve.h

Include

#include "Curves/RichCurve.h"

Source

/Engine/Source/Runtime/Engine/Private/Curves/RichCurve.cpp

Syntax

static float StaticEval
(
    ERichCurveCompressionFormat CompressionFormat,
    ERichCurveKeyTimeCompressionFormat KeyTimeCompressionFormat,
    ERichCurveExtrapolation PreInfinityExtrap,
    ERichCurveExtrapolation PostInfinityExtrap,
    TConstantValueNumKeys ConstantValueNumKeys,
    const uint8 * CompressedKeys,
    float InTime,
    float InDefaultValue
)

Remarks

Evaluate this rich curve at the specified 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