Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCurveTable
Description
Output entire contents of table as JSON. bAsArray true will write is as a JSON array, false will write it as a series of named objects
| Name | WriteTableAsJSON |
| 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 |
template<typename CharType>
bool WriteTableAsJSON
(
const TSharedRef < TJsonWriter < CharType, TPrettyJsonPrintPolicy < CharType > > > & JsonWriter,
bool bAsArray
) const