Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCurveTable
Description
Create table from CSV style comma-separated string. RowCurve must be defined before calling this function.
| Name | CreateTableFromCSVString |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/CurveTable.h |
| Include Path | #include "Engine/CurveTable.h" |
| Source | /Engine/Source/Runtime/Engine/Private/CurveTable.cpp |
TArray < FString > CreateTableFromCSVString
(
const FString & InString,
ERichCurveInterpMode InterpMode
)
Set of problems encountered while processing input
Parameters
| Name | Remarks |
|---|---|
| InString | The string representing the CurveTable |
| InterpMode | The mode of interpolation to use for the curves |