UCurveTable::WriteTableAsJSON

Output entire contents of table as JSON.

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

template<typename CharType>
bool WriteTableAsJSON
(
    const TSharedRef< TJsonWriter< CharType, TPrettyJsonPrintPolicy< CharType > > > & JsonWriter,
    bool bAsArray
) const

Remarks

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

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