Navigation
API > API/Plugins > API/Plugins/RenderGrid > API/Plugins/RenderGrid/Utils > API/Plugins/RenderGrid/Utils/URenderGridRemoteControlUtils
References
| Module | RenderGrid |
| Header | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Public/Utils/RenderGridRemoteControlUtils.h |
| Include | #include "Utils/RenderGridRemoteControlUtils.h" |
| Source | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Private/Utils/RenderGridRemoteControlUtils.cpp |
UFUNCTION (BlueprintPure, Category="Render Grid Utils", Meta=(Keywords="remote control"))
static void ParseJsonAsStruct
(
const FString & Json,
const FInstancedStruct & DefaultValue,
bool & bSuccess,
FInstancedStruct & Value
)