UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EEvaluateCurveTableResult Namespace Reference

Enumerations

enum  Type : int { RowFound , RowNotFound }
 

Detailed Description

Enum used to indicate success or failure of EvaluateCurveTableRow.

Enumeration Type Documentation

◆ Type

Enumerator
RowFound 

Found the row successfully.

RowNotFound 

Failed to find the row.