JsonResultParser

Use this class helper to create the cmd result json string and to read it

Choose your operating system:

Windows

macOS

Linux

References

Module

InterchangeDispatcher

Header

/Engine/Plugins/Experimental/Interchange/Runtime/Source/Dispatcher/Public/InterchangeDispatcherTask.h

Include

#include "InterchangeDispatcherTask.h"

Syntax

class JsonResultParser

Remarks

Use this class helper to create the cmd result json string and to read it

Functions

Name Description

Public function

bool

 

FromJson

(
    const FString& JsonString
)

Public function Const

FString

 

GetResultFilename()

Public function Static

FString

 

GetResultFilenameJsonKey()

Public function

void

 

SetResultFilename

(
    const FString& InResultFilename
)

Public function Const

FString

 

ToJson()