FJsonFetchPayloadCmd::FromJson

Return false if the JsonString do not match the command, true otherwise.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IJsonCmdBase::FromJson()

FJsonFetchPayloadCmd::FromJson()

References

Module

InterchangeDispatcher

Header

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

Include

#include "InterchangeDispatcherTask.h"

Source

/Engine/Plugins/Experimental/Interchange/Runtime/Source/Dispatcher/Private/InterchangeDispatcherTask.cpp

Syntax

virtual bool FromJson
(
    const FString & JsonString
)

Remarks

Return false if the JsonString do not match the command, true otherwise.