Navigation
API > API/Plugins > API/Plugins/RenderGrid > API/Plugins/RenderGrid/FRenderGridUtils
Description
Parses the given JSON string and returns the FJsonValue. Will return an invalid pointer if the given JSON couldn't be parsed.
| Name | ParseJson |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Public/Utils/RenderGridUtils.h |
| Include Path | #include "Utils/RenderGridUtils.h" |
| Source | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Private/Utils/RenderGridUtils.cpp |
static TSharedPtr < FJsonValue > ParseJson
(
const FString & Json
)