Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FCurveTableEditorUtils
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/CurveTableEditorUtils.h |
| Include | #include "CurveTableEditorUtils.h" |
Syntax
enum ECurveTableChangeInfo
{
RowData,
RowList,
}
Values
| Name | Description |
|---|---|
| RowData | The data corresponding to a single row has been changed |
| RowList | The data corresponding to the entire list of rows has been changed |