FCurveTableRowHandle::Eval

Evaluate the curve if it is valid

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/CurveTable.h

Include

#include "Engine/CurveTable.h"

Syntax

float Eval
(
    float XValue,
    const FString & ContextString
) const

Remarks

Evaluate the curve if it is valid

Returns

The value of the curve if valid, 0 if not

Parameters

Parameter

Description

XValue

The input X value to the curve

ContextString

A string to provide context for where this operation is being carried out

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