Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UDataTableFunctionLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/DataTableFunctionLibrary.h |
| Include | #include "Kismet/DataTableFunctionLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DataTableFunctionLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Editor Scripting | DataTable",
DisplayName="Export Data Table to JSON String",
Meta=(ScriptMethod="ExportToJSONString"))
static bool ExportDataTableToJSONString
(
const UDataTable * DataTable,
FString & OutJSONString
)
Remarks
Export a Data Table to JSON string. True if the operation succeeds, check the log for errors if it didn't succeed.
Parameters
| Name | Description |
|---|---|
| OutJSONString | Output representing the contents of a JSON file. |