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