EEvaluateCurveTableResult::Type

Enum used to indicate success or failure of EvaluateCurveTableRow.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/DataTableFunctionLibrary.h

Include

#include "Kismet/DataTableFunctionLibrary.h"

Syntax

namespace EEvaluateCurveTableResult
{
    enum Type
    {
        RowFound,
        RowNotFound,
    }
}

Values

Name

Description

RowFound

Found the row successfully.

RowNotFound

Failed to find the row.

Remarks

Enum used to indicate success or failure of EvaluateCurveTableRow.

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