Navigation
API > API/Runtime > API/Runtime/Engine
Enum used to indicate success or failure of EvaluateCurveTableRow.
| Name | EEvaluateCurveTableResult::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/DataTableFunctionLibrary.h |
| Include Path | #include "Kismet/DataTableFunctionLibrary.h" |
Syntax
namespace EEvaluateCurveTableResult
{
enum Type
{
RowFound,
RowNotFound,
}
}
Values
| Name | Remarks |
|---|---|
| RowFound | Found the row successfully. |
| RowNotFound | Failed to find the row. |