A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
FJSONWriter Struct Reference

#include <VaRestJsonParser.h>

Public Member Functions

 FJSONWriter ()
 
FORCEINLINE bool GetEndChar (const TSharedPtr< FJsonValue > &JsonValue, FString &Char)
 
FORCEINLINE bool GetStartChar (const TSharedPtr< FJsonValue > &JsonValue, FString &Char)
 
void Write (TSharedPtr< FJsonValue > JsonValue, FArchive *Writer, bool IsLastElement)
 

Detailed Description

Definition at line 199 of file VaRestJsonParser.h.

Constructor & Destructor Documentation

◆ FJSONWriter()

FJSONWriter::FJSONWriter ( )

Definition at line 1001 of file VaRestJsonParser.cpp.

Member Function Documentation

◆ GetEndChar()

bool FJSONWriter::GetEndChar ( const TSharedPtr< FJsonValue > & JsonValue,
FString & Char )

Definition at line 1026 of file VaRestJsonParser.cpp.

Here is the caller graph for this function:

◆ GetStartChar()

bool FJSONWriter::GetStartChar ( const TSharedPtr< FJsonValue > & JsonValue,
FString & Char )

Definition at line 1005 of file VaRestJsonParser.cpp.

Here is the caller graph for this function:

◆ Write()

void FJSONWriter::Write ( TSharedPtr< FJsonValue > JsonValue,
FArchive * Writer,
bool IsLastElement )

Definition at line 1047 of file VaRestJsonParser.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this struct was generated from the following files: