Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Kismet/DataTableFunctionLibrary.h |
Include | #include "Kismet/DataTableFunctionLibrary.h" |
Syntax
namespace EEvaluateCurveTableResult
{
enum Type
&123;
RowFound,
RowNotFound,
&125;
}
Values
Name | Description |
---|---|
RowFound | Found the row successfully. |
RowNotFound | Failed to find the row. |
Remarks
Enum used to indicate success or failure of EvaluateCurveTableRow.