unreal.EvaluateCurveTableResult
¶
- class unreal.EvaluateCurveTableResult¶
Bases:
unreal.EnumBase
Enum used to indicate success or failure of EvaluateCurveTableRow.
C++ Source:
Module: Engine
File: DataTableFunctionLibrary.h
- ROW_FOUND¶
Found the row successfully.
- Type
0
- ROW_NOT_FOUND¶
Failed to find the row.
- Type
1