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"

Source

/Engine/Source/Runtime/Engine/Private/CurveTable.cpp

Syntax

bool Eval
(
    float XValue,
    float * YValue,
    const FString & ContextString
) const

Remarks

Evaluate the curve if it is valid

Returns

True if it filled out YValue with a valid number, false otherwise

Parameters

Parameter

Description

XValue

The input X value to the curve

YValue

The output Y value from 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