UCurveTable::CreateTableFromJSONString

Create table from JSON string. RowCurve must be defined before calling this function.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/CurveTable.h

Include

#include "Engine/CurveTable.h"

Source

/Engine/Source/Runtime/Engine/Private/CurveTable.cpp

Syntax

TArray< FString > CreateTableFromJSONString
(
    const FString & InString,
    ERichCurveInterpMode InterpMode
)

Remarks

Create table from JSON string. RowCurve must be defined before calling this function.

Returns

Set of problems encountered while processing input

Parameters

Parameter

Description

InString

The string representing the CurveTable

InterpMode

The mode of interpolation to use for the curves

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss